Package-level declarations
Types
Link copied to clipboard
interface ClientCheck
This interface provides a way to verify that RPC client record is active and works end-to-end by making a simple call.
Link copied to clipboard
class ClientCheckStub(endpoint: String, dispatcher: RpcDispatcher, notifier: RpcNotifier, state: DataItem = Bstr(byteArrayOf())) : RpcStub, ClientCheck
Link copied to clipboard
interface ClientRegistration
Registers an RPC client with the server.
Link copied to clipboard
class ClientRegistrationStub(endpoint: String, dispatcher: RpcDispatcher, notifier: RpcNotifier, state: DataItem = Bstr(byteArrayOf())) : RpcStub, ClientRegistration