net.corda.node.services.messaging / RPCDispatcher / <init>

<init>

RPCDispatcher(ops: RPCOps, userService: RPCUserService)

Intended to service transient clients only (not p2p nodes) for short-lived, transient request/response pairs. If you need robustness, this is the wrong system. If you dont want a response, this is probably the wrong system (you could just send a message). If you want complex customisation of how requests/responses are handled, this is probably the wrong system.