Command
| This is the Command interface that will be implemented to write command objects, but it is not
required to implement this interface Synapse will use reflection to find an execute method as
a convention in the command pattern and will start the execution from the execute method |
code | html |
ManagedLifecycle
| This interface defines all the managed stateful parts of Synapse
including the configuration itself. |
code | html |
Mediator
| All Synapse mediators must implement this Mediator interface. |
code | html |
MessageContext
| The Synapse Message Context is available to all mediators through which it flows. |
code | html |
Startup
| This startup interface will be instantiated to create startup tasks. |
code | html |