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