Package de.hybris.platform.servicelayer.event
package de.hybris.platform.servicelayer.event
-
ClassDescriptionExtracted base logic to use for a integration tests of event system using
AbstractAsynchronousEventServiceTest.TestEventQueueBasedListener.Interface for events which can be used for broadcasted/received events in cluster systems.EventDecorator<T extends AbstractEvent>Allows decorating events published viaEventService.publishEvent(AbstractEvent).Interface for sending events in the event service.Interface for handling with the event service.This is context class which keeps any information which might be useful in decision whether publish/process Event in the cluster.Serialization interface for de~/serialize theAbstractEvents in a cluster environment.Decide whether the event should be sent synchronous whenever possible.Decide whether the event should be behave during transactions as broadcasted/received delayed on commit or directly.