Uses of Interface
org.springframework.cloud.stream.config.ConsumerEndpointCustomizer
Packages that use ConsumerEndpointCustomizer
-
Uses of ConsumerEndpointCustomizer in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder with parameters of type ConsumerEndpointCustomizerModifier and TypeMethodDescriptionvoidAbstractMessageChannelBinder.setConsumerEndpointCustomizer(ConsumerEndpointCustomizer<? extends org.springframework.integration.core.MessageProducer> endpointCustomizer) Configure an optionalConsumerEndpointCustomizerfor further configuration of consumerMessageProducerinstances created by the binder.