Interface GrpcChannelConfigurer

All Superinterfaces:
BiConsumer<ManagedChannelBuilder<?>,String>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GrpcChannelConfigurer extends BiConsumer<ManagedChannelBuilder<?>,String>
A configurer for ManagedChannelBuilders which can be used by GrpcChannelFactory to customize the created channels.