@FunctionalInterface
public interface GrpcChannelConfigurer
extends java.util.function.BiConsumer<io.grpc.ManagedChannelBuilder<?>,java.lang.String>
ManagedChannelBuilder
s which can be used by GrpcChannelFactory
to customize the
created channels.Modifier and Type | Method and Description |
---|---|
default GrpcChannelConfigurer |
andThen(java.util.function.BiConsumer<? super io.grpc.ManagedChannelBuilder<?>,? super java.lang.String> after) |
default GrpcChannelConfigurer andThen(java.util.function.BiConsumer<? super io.grpc.ManagedChannelBuilder<?>,? super java.lang.String> after)
andThen
in interface java.util.function.BiConsumer<io.grpc.ManagedChannelBuilder<?>,java.lang.String>