Class GrpcChannelFactory.GrpcServiceInfo

  • Enclosing class:
    GrpcChannelFactory

    public static class GrpcChannelFactory.GrpcServiceInfo
    extends Object
    A holder for gRPC service information.
    • Constructor Detail

      • GrpcServiceInfo

        public GrpcServiceInfo​(com.tangosol.net.OperationalContext ctx,
                               String sService,
                               String sRemoteService,
                               String sRemoteCluster,
                               com.tangosol.net.grpc.GrpcChannelDependencies dependencies)
    • Method Detail

      • parseServiceInfoKey

        public static String parseServiceInfoKey​(URI uri)
      • getOperationalContext

        public com.tangosol.net.OperationalContext getOperationalContext()
      • getService

        public String getService()
      • getRemoteService

        public String getRemoteService()
      • getRemoteCluster

        public String getRemoteCluster()
      • getDependencies

        public com.tangosol.net.grpc.GrpcChannelDependencies getDependencies()