Uses of Interface
org.springframework.amqp.rabbit.config.ContainerCustomizer
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides classes for stream listener configuration.
-
Uses of ContainerCustomizer in org.springframework.amqp.rabbit.config
Modifier and TypeClassDescriptionclass
Implementation ofContainerCustomizer
providing the configuration of multiple customizers at the same time.Modifier and TypeMethodDescriptionvoid
AbstractRabbitListenerContainerFactory.setContainerCustomizer
(ContainerCustomizer<C> containerCustomizer) Set aContainerCustomizer
that is invoked after a container is created and configured to enable further customization of the container.void
ListenerContainerFactoryBean.setDMLCCustomizer
(ContainerCustomizer<DirectMessageListenerContainer> customizer) Set aContainerCustomizer
that is invoked after a container is created and configured to enable further customization of the container.void
ListenerContainerFactoryBean.setSMLCCustomizer
(ContainerCustomizer<SimpleMessageListenerContainer> customizer) Set aContainerCustomizer
that is invoked after a container is created and configured to enable further customization of the container.ModifierConstructorDescriptionCompositeContainerCustomizer
(List<ContainerCustomizer<C>> customizers) Create an instance with the provided delegate customizers. -
Uses of ContainerCustomizer in org.springframework.rabbit.stream.config
Modifier and TypeMethodDescriptionvoid
StreamRabbitListenerContainerFactory.setContainerCustomizer
(ContainerCustomizer<StreamListenerContainer> containerCustomizer) Set aContainerCustomizer
that is invoked after a container is created and configured to enable further customization of the container.