Package com.oracle.coherence.grpc
package com.oracle.coherence.grpc
Low-level utilities for Coherence gRPC server and client implementation.
- Since:
- 20.06
- Author:
- Jonathan Knight 2019.11.07
-
ClassDescriptionA helper class of methods to convert between
Binary
instances and proto-buffer byte values.Error helper methods.A gRPC server side service.The dependencies for this service.GrpcServiceProtocol<Req extends com.google.protobuf.Message,Resp extends com.google.protobuf.Message> A Coherence gRPC message protocol.A wrapper that may contain aByteString
.NamedCacheProtocol<Req extends com.google.protobuf.Message,Resp extends com.google.protobuf.Message> AGrpcServiceProtocol
to support theNamedCache
API.NamedQueueProtocol<Req extends com.google.protobuf.Message,Resp extends com.google.protobuf.Message> AGrpcServiceProtocol
to support theNamedQueue
API.AStreamObserver
that handles exceptions correctly.AnExecutor
that uses aDaemonPool
to execute tasks.