Class EventScope
java.lang.Object
de.hybris.platform.servicelayer.event.impl.EventScope
- All Implemented Interfaces:
Serializable
This class contains information about the tenant, the cluster id and the cluster island id. If an
AbstractEvent (or any
subclass) contains an EventScope this means the hybris platform is used in a cluster environment and the EventScope contains
information from which cluster the event was sent.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongvoidsetClusterId(int clusterId) voidsetClusterIslandId(long clusterIslandId) voidsetTenantId(String tenantId) toString()
-
Constructor Details
-
EventScope
public EventScope()
-
-
Method Details