RpcObject

interface RpcObject<T : RpcService>

Interface for generated companions of RpcService.

Properties

Link copied to clipboard
abstract val endpoints: List<String>
Link copied to clipboard
abstract val serviceName: String

Functions

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