Uses of Interface
org.springframework.cloud.stream.config.ListenerContainerCustomizer
-
Packages that use ListenerContainerCustomizer Package Description org.springframework.cloud.stream.binder -
-
Uses of ListenerContainerCustomizer in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return ListenerContainerCustomizer Modifier and Type Method Description protected <L> ListenerContainerCustomizer<L>AbstractMessageChannelBinder. getContainerCustomizer()Constructors in org.springframework.cloud.stream.binder with parameters of type ListenerContainerCustomizer Constructor Description AbstractMessageChannelBinder(String[] headersToEmbed, PP provisioningProvider, ListenerContainerCustomizer<?> containerCustomizer, MessageSourceCustomizer<?> sourceCustomizer)
-