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
ManagedChannelBuilder
s which can be used by GrpcChannelFactory
to customize the
created channels.-
Method Summary
Modifier and TypeMethodDescriptiondefault GrpcChannelConfigurer
andThen
(BiConsumer<? super ManagedChannelBuilder<?>, ? super String> after) Methods inherited from interface java.util.function.BiConsumer
accept
-
Method Details
-
andThen
default GrpcChannelConfigurer andThen(BiConsumer<? super ManagedChannelBuilder<?>, ? super String> after) - Specified by:
andThen
in interfaceBiConsumer<ManagedChannelBuilder<?>,
String>
-