Interface AzureServiceClientBuilderCustomizer<T>

Type Parameters:
T - The type of the service client builder.
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 AzureServiceClientBuilderCustomizer<T>
Customizer of an Azure service client builder.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(T builder)
    customize the client builder.
  • Method Details

    • customize

      void customize(T builder)
      customize the client builder.
      Parameters:
      builder - the client builder.