public class MessageChannelReference extends Object implements MessageChannel
MessageChannel
implementation which will be unwrapped to the
MessageChannel
bean on the bean registration phase.
For internal use only.IntegrationFlowBeanPostProcessor
INDEFINITE_TIMEOUT
Constructor and Description |
---|
MessageChannelReference(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
send(Message<?> message) |
boolean |
send(Message<?> message,
long timeout) |
public MessageChannelReference(String name)
public String getName()
public boolean send(Message<?> message)
send
in interface MessageChannel
public boolean send(Message<?> message, long timeout)
send
in interface MessageChannel