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 Summary
ConstructorDescriptionCompositeContainerCustomizer
(List<ContainerCustomizer<C>> customizers) Create an instance with the provided delegate customizers. -
Method Summary
-
Constructor Details
-
CompositeContainerCustomizer
Create an instance with the provided delegate customizers.- Parameters:
customizers
- the customizers.
-
-
Method Details
-
configure
Description copied from interface:ContainerCustomizer
Configure the container.- Specified by:
configure
in interfaceContainerCustomizer<C extends MessageListenerContainer>
- Parameters:
container
- the container.
-