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