Class PollableChannelNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.MessageChannelNode
org.springframework.integration.graph.PollableChannelNode
- All Implemented Interfaces:
ReceiveCountersAware
,SendTimersAware
public class PollableChannelNode extends MessageChannelNode implements ReceiveCountersAware
Represents a pollable channel.
- Since:
- 5.2
- Author:
- Gary Russell, Artem Bilan
-
Constructor Summary
Constructors Constructor Description PollableChannelNode(int nodeId, String name, MessageChannel channel)
-
Method Summary
Modifier and Type Method Description ReceiveCounters
getReceiveCounters()
void
receiveCounters(Supplier<ReceiveCounters> counters)
Methods inherited from class org.springframework.integration.graph.MessageChannelNode
getSendTimers, sendTimers
Methods inherited from class org.springframework.integration.graph.IntegrationNode
addProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getProperties
-
Constructor Details
-
Method Details
-
getReceiveCounters
-
receiveCounters
- Specified by:
receiveCounters
in interfaceReceiveCountersAware
-