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