Uses of Class
org.springframework.rabbit.stream.listener.StreamListenerContainer
Package
Description
Provides classes for stream listener configuration.
-
Uses of StreamListenerContainer in org.springframework.rabbit.stream.config
Modifier and TypeMethodDescriptionprotected StreamListenerContainer
StreamRabbitListenerContainerFactory.createContainerInstance()
Create an instance of the listener container.StreamRabbitListenerContainerFactory.createListenerContainer
(RabbitListenerEndpoint endpoint) 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.