RpcObject

interface RpcObject<T : RpcService>

Interface for generated companions of RpcService.

Functions

Link copied to clipboard
abstract fun <S> createStub(channel: SerializedService<S>): T
Link copied to clipboard
abstract fun findEndpoint(endpoint: String): RpcMethod<*, *, *>