Uses of Interface
org.springframework.cloud.stream.config.ListenerContainerCustomizer
Packages that use ListenerContainerCustomizer
-
Uses of ListenerContainerCustomizer in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return ListenerContainerCustomizerModifier and TypeMethodDescriptionprotected <L> ListenerContainerCustomizer<L>AbstractMessageChannelBinder.getContainerCustomizer()Methods in org.springframework.cloud.stream.binder with parameters of type ListenerContainerCustomizerModifier and TypeMethodDescriptionvoidAbstractMessageChannelBinder.setContainerCustomizer(ListenerContainerCustomizer<?> containerCustomizer) Configure an optionalListenerContainerCustomizerfor further configuration of the listener container instance created by the binder.Constructors in org.springframework.cloud.stream.binder with parameters of type ListenerContainerCustomizerModifierConstructorDescriptionAbstractMessageChannelBinder(String[] headersToEmbed, PP provisioningProvider, ListenerContainerCustomizer<?> containerCustomizer, MessageSourceCustomizer<?> sourceCustomizer)