AscensionRPCProtocol
class AscensionRPCProtocol(connection: RPCConnection, frameSerializer: TransportFrameSerializer, implementationRegistry: RPCImplementationRegistry) : RPCProtocol
Content copied to clipboard
Types
Factory
Link copied to clipboard
Functions
bistream
Link copied to clipboard
open override fun bistream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Bistream.Caller
Content copied to clipboard
downstream
Link copied to clipboard
open override fun downstream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Downstream.Caller
Content copied to clipboard
send
Link copied to clipboard
singleCall
Link copied to clipboard
open override fun singleCall(serviceCallIdentifier: ServiceCallIdentifier): RPC.SingleCall.Caller
Content copied to clipboard
upstream
Link copied to clipboard
open override fun upstream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Upstream.Caller
Content copied to clipboard