Uses of Class
com.oracle.coherence.client.GrpcRemoteService
-
Packages that use GrpcRemoteService Package Description com.oracle.coherence.client An implementation of a Coherence Java gRPC client. -
-
Uses of GrpcRemoteService in com.oracle.coherence.client
Subclasses of GrpcRemoteService in com.oracle.coherence.client Modifier and Type Class Description classGrpcRemoteCacheServiceA remote cache service that accesses caches via a remote gRPC proxy.Methods in com.oracle.coherence.client with parameters of type GrpcRemoteService Modifier and Type Method Description static StringGrpcChannelFactory.GrpcServiceInfo. createKey(GrpcRemoteService<?> service)static StringGrpcChannelFactory.GrpcServiceInfo. createTargetURI(GrpcRemoteService<?> service)io.grpc.ChannelGrpcChannelFactory. getChannel(GrpcRemoteService<?> service)Create aChannel.
-