public class PollableChannelNode extends MessageChannelNode implements ReceiveCountersAware
| Constructor and Description |
|---|
PollableChannelNode(int nodeId,
java.lang.String name,
org.springframework.messaging.MessageChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
ReceiveCounters |
getReceiveCounters() |
void |
receiveCounters(java.util.function.Supplier<ReceiveCounters> counters) |
getSendTimers, sendTimersaddProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getPropertiespublic PollableChannelNode(int nodeId,
java.lang.String name,
org.springframework.messaging.MessageChannel channel)
@Nullable public ReceiveCounters getReceiveCounters()
public void receiveCounters(java.util.function.Supplier<ReceiveCounters> counters)
receiveCounters in interface ReceiveCountersAware