Class CompositeContainerCustomizer<C extends MessageListenerContainer>

java.lang.Object
org.springframework.amqp.rabbit.config.CompositeContainerCustomizer<C>
Type Parameters:
C - the container type.
All Implemented Interfaces:
ContainerCustomizer<C>

public class CompositeContainerCustomizer<C extends MessageListenerContainer> extends Object implements ContainerCustomizer<C>
Implementation of ContainerCustomizer providing the configuration of multiple customizers at the same time.
Since:
2.4.8
Author:
Rene Felgentraeger, Gary Russell
  • Constructor Details

    • CompositeContainerCustomizer

      public CompositeContainerCustomizer(List<ContainerCustomizer<C>> customizers)
      Create an instance with the provided delegate customizers.
      Parameters:
      customizers - the customizers.
  • Method Details