| Interface and Description |
|---|
| GrpcSerializationProvider
Serialization is now specified via
MethodDescriptor. Compression is configured per route.
gRPC framing is internalized in the gRPC implementation. |
| GrpcServiceFilterFactory
gRPC Service Filters will be removed in future release of ServiceTalk. We encourage the use of
StreamingHttpServiceFilterFactory and if the access to the decoded payload is necessary, then performing
that logic can be done in the particular service implementation.
Please use HttpServerBuilder.appendServiceFilter(StreamingHttpServiceFilterFactory)
upon the builder obtained using GrpcServerBuilder.initializeHttp(GrpcServerBuilder.HttpInitializer)
if HTTP filters are acceptable in your use case. |
| Exceptions and Description |
|---|
| MessageEncodingException
This exception type was thrown only by
ProtoBufSerializationProviderBuilder that was deprecated
and will be removed in future releases. Use SerializationException instead that can be thrown by a new
implementation. |