|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.dispatcher.AbstractDispatcher
org.springframework.integration.dispatcher.BroadcastingDispatcher
public class BroadcastingDispatcher
A broadcasting dispatcher implementation. It makes a best effort to send the message to each of its targets. If it fails to send to any one target, it will log a warn-level message but continue to send to the other targets.
Field Summary |
---|
Fields inherited from class org.springframework.integration.dispatcher.AbstractDispatcher |
---|
logger, targets |
Constructor Summary | |
---|---|
BroadcastingDispatcher()
|
Method Summary | |
---|---|
boolean |
send(Message<?> message)
|
Methods inherited from class org.springframework.integration.dispatcher.AbstractDispatcher |
---|
addTarget, getTaskExecutor, removeTarget, sendMessageToTarget, setTaskExecutor, setTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BroadcastingDispatcher()
Method Detail |
---|
public boolean send(Message<?> message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |