Interface | Description |
---|---|
GrpcObjectSerializer.Serializer<A> |
Class | Description |
---|---|
ContextAddingInterceptor |
Interceptor around a GRPC request to add a Context element to the metadata.
|
ExceptionSerializer |
Author: marc
|
FlowControllingStreamObserver<T> |
Wrapper around the standard StreamObserver that guarantees that the onNext calls are executed in a thread-safe manner.
|
GrpcMetadata |
Implementation that enables to access to a map of GRPC
MetaDataValue s in the form of MetaData . |
GrpcMetaDataConverter |
Utility class for converting gRPC MetaData entries into a Java Map and vice versa.
|
GrpcMetadataSerializer |
Mapping that translates a
MetaData into a map of GRPC MetaDataValue . |
GrpcObjectSerializer<O> |
Mapping that translates an object into a GRPC
SerializedObject . |
GrpcPayloadSerializer |
Mapping that translates a
Message into a GRPC SerializedObject . |
GrpcSerializedObject |
Wrapper that allows clients to access a GRPC
SerializedObject Message as a SerializedObject . |
ProcessingInstructionHelper |
Author: marc
|
TokenAddingInterceptor |
Interceptor around a GRPC request to add a Token element to the metadata.
|
Copyright © 2010–2018. All rights reserved.