Modifier and Type | Class and Description |
---|---|
class |
InvalidMessagePayloadException
Signals a message with an invalid payload, i.e.
|
class |
MessageSizeOverflowException
Signals a message that is longer than the maximum configured size.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<Resp> |
GrpcClientResponse.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<T> |
GrpcReadStream.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<Req> |
GrpcServerRequest.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<Resp> |
GrpcClientResponse.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<T> |
GrpcReadStream.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<Req> |
GrpcServerRequest.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<Resp> |
GrpcClientResponse.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<T> |
GrpcReadStream.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<Req> |
GrpcServerRequest.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Copyright © 2024 Eclipse. All rights reserved.