registerEventDispatcher

protected void registerEventDispatcher(EventDispatcher dispatcher)

Registering the passed event dispatcher with the buses of this context.

If the passed instance dispatches domestic events, registers it with the EventBus. If the passed instance dispatches external events, registers it with the IntegrationBroker.

See also

registerEventDispatcher(EventDispatcherDelegate)