Interface GrpcClientDefaultServiceConfigCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize the default service config of the gRPC
channel.
This customizer should be used instead of calling
ManagedChannelBuilder.defaultServiceConfig(Map) from a
GrpcChannelBuilderCustomizer since it allows multiple customizers to update the
same default service config, rather than having a "last wins" outcome.
- Since:
- 4.1.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
-
Method Details
-
customize
-