T
- the extended properties type. If you need to support dynamic binding
with multiple binders, use Object
and cast as needed.@FunctionalInterface public static interface BinderAwareChannelResolver.NewDestinationBindingCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
configure(String channelName,
org.springframework.messaging.MessageChannel channel,
ProducerProperties producerProperties,
T extendedProducerProperties)
Configure the properties or channel before binding.
|
void configure(String channelName, org.springframework.messaging.MessageChannel channel, ProducerProperties producerProperties, T extendedProducerProperties)
channelName
- the name of the new channel.channel
- the channel that is about to be bound.producerProperties
- the producer properties.extendedProducerProperties
- the extended producer properties (type
depends on binder type and may be null if the binder doesn't support
extended properties).Copyright © 2019 Pivotal Software, Inc.. All rights reserved.