1.3.0
·
98 commits
to master
since this release
Included commits: 1.2.0...1.3.0
Improvements
- Added
BackendApiEventDispatcherApplicationPluginclass. - Added
BackendGatewayEventDispatcherApplicationPluginclass. - Introduced
EventDispatcherDependencyProvider::PLUGINS_BACKEND_GATEWAY_EVENT_DISPATCHER_PLUGINSconstant. - Introduced
EventDispatcherDependencyProvider::PLUGINS_BACKEND_API_EVENT_DISPATCHER_PLUGINSconstant. - Introduced
EventDispatcherDependencyProvider::addBackendGatewayEventDispatcherPlugins()method. - Introduced
EventDispatcherDependencyProvider::getBackendGatewayEventDispatcherPlugins()method. - Introduced
EventDispatcherDependencyProvider::addBackendApiEventDispatcherPlugins()method. - Introduced
EventDispatcherDependencyProvider::getBackendApiEventDispatcherPlugins()method. - Introduced
EventDispatcherCommunicationFactory::getBackendGatewayEventDispatcherPlugins()method. - Introduced
EventDispatcherCommunicationFactory::getBackendApiEventDispatcherPlugins()method.