Interface RabbitTemplateCustomizer

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 RabbitTemplateCustomizer
Callback interface that can be used to customize a RabbitTemplate.
Since:
3.1.0
Author:
dang zhicairang
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate)
    Callback to customize a RabbitTemplate instance.
  • Method Details

    • customize

      void customize(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate)
      Callback to customize a RabbitTemplate instance.
      Parameters:
      rabbitTemplate - the rabbitTemplate to customize