Uses of Interface
com.oracle.coherence.grpc.GrpcServiceProtocol
Packages that use GrpcServiceProtocol
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
-
Uses of GrpcServiceProtocol in com.oracle.coherence.grpc
Subinterfaces of GrpcServiceProtocol in com.oracle.coherence.grpcModifier and TypeInterfaceDescriptioninterfaceNamedCacheProtocol<Req extends com.google.protobuf.Message,Resp extends com.google.protobuf.Message> AGrpcServiceProtocolto support theNamedCacheAPI.interfaceNamedQueueProtocol<Req extends com.google.protobuf.Message,Resp extends com.google.protobuf.Message> AGrpcServiceProtocolto support theNamedQueueAPI. -
Uses of GrpcServiceProtocol in com.oracle.coherence.grpc.proxy.common
Classes in com.oracle.coherence.grpc.proxy.common that implement GrpcServiceProtocolModifier and TypeClassDescriptionclassBaseProxyProtocol<Req extends com.google.protobuf.Message,Resp extends com.google.protobuf.Message> A base class for server side gRPC protocol implementations.Methods in com.oracle.coherence.grpc.proxy.common that return types with arguments of type GrpcServiceProtocolModifier and TypeMethodDescriptionprotected static Optional<GrpcServiceProtocol> ProxyServiceChannel.loadProtocol(String sProtocol) Load the requestedGrpcServiceProtocol. -
Uses of GrpcServiceProtocol in com.oracle.coherence.grpc.proxy.common.cache
Classes in com.oracle.coherence.grpc.proxy.common.cache that implement GrpcServiceProtocol -
Uses of GrpcServiceProtocol in com.oracle.coherence.grpc.proxy.common.concurrent.queue
Classes in com.oracle.coherence.grpc.proxy.common.concurrent.queue that implement GrpcServiceProtocol