Package 

Class MessageClientChannel

    • Constructor Summary

      Constructors 
      Constructor Description
      MessageClientChannel(TargetNodeId nodeId, String path, WearDataLayerRegistry wearDataLayerRegistry, CoroutineScope coroutineScope)
    • Method Summary

      Modifier and Type Method Description
      <RequestT extends Any, ResponseT extends Any> ClientCall<RequestT, ResponseT> newCall(MethodDescriptor<RequestT, ResponseT> methodDescriptor, CallOptions callOptions)
      String authority()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageClientChannel

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