Uses of Interface
org.springframework.amqp.rabbit.config.ContainerCustomizer
Packages that use 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
Classes in org.springframework.amqp.rabbit.config that implement ContainerCustomizerModifier and TypeClassDescriptionclass
Implementation ofContainerCustomizer
providing the configuration of multiple customizers at the same time.Methods in org.springframework.amqp.rabbit.config with parameters of type ContainerCustomizerModifier 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.Constructor parameters in org.springframework.amqp.rabbit.config with type arguments of type ContainerCustomizerModifierConstructorDescriptionCompositeContainerCustomizer
(List<ContainerCustomizer<C>> customizers) Create an instance with the provided delegate customizers. -
Uses of ContainerCustomizer in org.springframework.rabbit.stream.config
Methods in org.springframework.rabbit.stream.config with parameters of type ContainerCustomizerModifier 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.