| Class | Description |
|---|---|
| AbstractEventDecorator<T extends AbstractEvent> |
Base class for easier implementation of
EventDecorator beans. |
| AbstractEventListener<T extends AbstractEvent> |
Abstract event listener class for listening to events.
|
| ContextRefreshedEventListener |
Registers a
PlatformClusterEventSender's binary listener hook after context refresh. |
| ContextRefreshedEventListenerTest | |
| DefaultEventService |
Default implementation of the abstract service interface.
|
| EventMultiplexer | Deprecated
Please use
HybrisApplicationEventMulticaster |
| EventScope |
This class contains information about the tenant, the cluster id and the cluster island id.
|
| EventUtils |
Utility class with funtionality for the event service.
|
| HybrisApplicationEventMulticaster |
The HybrisApplicationEventMulticaster extends the
SimpleApplicationEventMulticaster so we can keep track of
the listeners that are registered. |
| InvalidateConverterRegistryListener |
Listen to
InvalidateModelConverterRegistryEvents and removes/refreshs the corresponding
ModelConverter if a ComposedType is removed/changed in the persistence layer. |
| JDKSerializationService |
Implementation of the SerializationService interface which uses methods from the
SerializationUtils class. |
| PlatformClusterEventSender |
Extends the class
SpringEventSender and sends the AbstractEvents in the
PlatformClusterEventSender.sendEvent(AbstractEvent) as UDP packets in a cluster system. |
| SpringEventSender |
Spring event sender class.
|
Copyright © 2017 SAP SE. All Rights Reserved.