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