Skip to content

ArchitectureRPC

Ralph Schaer edited this page Apr 28, 2026 · 3 revisions

RPC Architecture

The dealer side of wamp2spring handles registration and invocation flow for RPC.

In the current codebase this includes:

  • procedure registration from WAMP clients
  • server-side procedures through @WampProcedure
  • dealer-managed routing in a single shared scope
  • progressive call results
  • cancellation handling
  • timeout enforcement
  • caller identification and related advanced options
  • registration-related meta features and revocation support

Application methods are discovered from Spring beans and mapped either to the explicit annotation value or to the default beanName.methodName procedure name.

wamp2spring rpc architecture

Clone this wiki locally