Interface GrpcChannelConfigurer


  • public interface GrpcChannelConfigurer
    A class that can apply additional configuration to a ManagedChannelBuilder before it is used to build a ManagedChannel.
    Since:
    22.06.2
    Author:
    Jonathan Knight 2022.08.25
    • Method Detail

      • apply

        void apply​(io.grpc.ManagedChannelBuilder<?> builder)