| Interface | Description |
|---|---|
| GrpcMessage |
A generic gRPC message
|
| GrpcMessageDecoder<T> | |
| GrpcMessageEncoder<T> | |
| GrpcReadStream<T> | |
| GrpcWriteStream<T> | |
| ServiceMethod<I,O> |
Bundle all the bits required to call or bind a grpc service method.
|
| ServiceName |
A gRPC service name.
|
| Enum | Description |
|---|---|
| GrpcError |
gRPC error, a subset of
GrpcStatus elements. |
| GrpcStatus |
gRPC statuses.
|
| Exception | Description |
|---|---|
| CodecException |
An encoding/decoding exception.
|
| InvalidMessageException |
Signals an invalid message.
|
| InvalidMessagePayloadException |
Signals a message with an invalid payload, i.e.
|
| MessageSizeOverflowException |
Signals a message that is longer than the maximum configured size.
|
Copyright © 2025 Eclipse. All rights reserved.