Uses of Class
org.springframework.rabbit.stream.listener.StreamListenerContainer
Packages that use StreamListenerContainer
Package
Description
Provides classes for stream listener configuration.
-
Uses of StreamListenerContainer in org.springframework.rabbit.stream.config
Methods in org.springframework.rabbit.stream.config that return StreamListenerContainerModifier and TypeMethodDescriptionprotected StreamListenerContainerStreamRabbitListenerContainerFactory.createContainerInstance()Create an instance of the listener container.StreamRabbitListenerContainerFactory.createListenerContainer(RabbitListenerEndpoint endpoint) Method parameters in org.springframework.rabbit.stream.config with type arguments of type StreamListenerContainerModifier and TypeMethodDescriptionvoidStreamRabbitListenerContainerFactory.setContainerCustomizer(ContainerCustomizer<StreamListenerContainer> containerCustomizer) Set aContainerCustomizerthat is invoked after a container is created and configured to enable further customization of the container.