Interface AmqpClientCustomizer

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 AmqpClientCustomizer
Callback interface that can be used to customize the auto-configured AmqpClient.Builder.
Since:
4.2.0
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.amqp.client.AmqpClient.Builder amqpClientBuilder)
    Callback to customize a AmqpClient.Builder instance.
  • Method Details

    • customize

      void customize(org.springframework.amqp.client.AmqpClient.Builder amqpClientBuilder)
      Callback to customize a AmqpClient.Builder instance.
      Parameters:
      amqpClientBuilder - the client builder to customize