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 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. -
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.