E - MessageProducer type@FunctionalInterface public interface ConsumerEndpointCustomizer<E extends org.springframework.integration.core.MessageProducer>
| Modifier and Type | Method and Description |
|---|---|
void |
configure(E endpoint,
String destinationName,
String group)
Configure a
MessageProducer that is being created by the binder for the
provided destination name and group. |
void configure(E endpoint, String destinationName, String group)
MessageProducer that is being created by the binder for the
provided destination name and group.endpoint - the MessageProducer from the binder.destinationName - the bound destination name.group - the group.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.