Package-level declarations

Types

Link copied to clipboard
class MessageClientCall<ReqT, RespT>(channel: MessageClientChannel, methodDescriptor: MethodDescriptor<ReqT, RespT>, coroutineScope: CoroutineScope, wearDataLayerRegistry: WearDataLayerRegistry) : ClientCall<ReqT, RespT>
Link copied to clipboard
class MessageClientChannel(nodeId: TargetNodeId, path: String, wearDataLayerRegistry: WearDataLayerRegistry, coroutineScope: CoroutineScope) : Channel