HandlerIterationStrategypublic interface HandlerIterationStrategy Base interface for doing an action to Handlers with a MessageContext. |
Methods Summary |
---|
public void | visit(Handler handler, MessageContext msgContext)Visit a handler with a message context.
|
|