MessageClientChannel

class MessageClientChannel(nodeId: TargetNodeId, path: String, wearDataLayerRegistry: WearDataLayerRegistry, coroutineScope: CoroutineScope) : Channel

Constructors

Link copied to clipboard
constructor(nodeId: TargetNodeId, path: String, wearDataLayerRegistry: WearDataLayerRegistry, coroutineScope: CoroutineScope)

Functions

Link copied to clipboard
open override fun authority(): String
Link copied to clipboard
open override fun <RequestT, ResponseT> newCall(methodDescriptor: MethodDescriptor<RequestT, ResponseT>, callOptions: CallOptions): ClientCall<RequestT, ResponseT>