|
|||||||||
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.AbstractUnicastDispatcher
org.springframework.integration.dispatcher.FailOverDispatcher
public class FailOverDispatcher
AbstractUnicastDispatcher
that will try it's handlers in the
same order every dispatch.
Field Summary |
---|
Fields inherited from class org.springframework.integration.dispatcher.AbstractDispatcher |
---|
logger |
Constructor Summary | |
---|---|
FailOverDispatcher()
|
Method Summary | |
---|---|
protected java.util.Iterator<MessageHandler> |
getHandlerIterator(java.util.List<MessageHandler> handlers)
Return the iterator that will be used to loop over the handlers. |
Methods inherited from class org.springframework.integration.dispatcher.AbstractUnicastDispatcher |
---|
dispatch |
Methods inherited from class org.springframework.integration.dispatcher.AbstractDispatcher |
---|
addHandler, getHandlers, getTaskExecutor, removeHandler, sendMessageToHandler, setTaskExecutor, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FailOverDispatcher()
Method Detail |
---|
protected java.util.Iterator<MessageHandler> getHandlerIterator(java.util.List<MessageHandler> handlers)
AbstractUnicastDispatcher
AbstractUnicastDispatcher.dispatch(Message)
invocation.
getHandlerIterator
in class AbstractUnicastDispatcher
handlers
- all handlers for this dispatcher
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |