Interface GrpcManagedChannelBuilderCustomizer

All Known Implementing Classes:
TracingManagedChannelBuilderCustomizer

public interface GrpcManagedChannelBuilderCustomizer
Callback interface that can be implemented by beans wishing to further customize the ManagedChannelBuilder via the SpringAwareManagedChannelBuilder.
Since:
3.0.0
Author:
Tyler Van Gorder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder)
    Customizes the channel builder.
  • Method Details

    • customize

      void customize(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder)
      Customizes the channel builder.
      Parameters:
      managedChannelBuilder - the builder to customize