public class EventScope
extends java.lang.Object
implements java.io.Serializable
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.| Constructor and Description |
|---|
EventScope() |
| Modifier and Type | Method and Description |
|---|---|
int |
getClusterId() |
long |
getClusterIslandId() |
java.lang.String |
getTenantId() |
void |
setClusterId(int clusterId) |
void |
setClusterIslandId(long clusterIslandId) |
void |
setTenantId(java.lang.String tenantId) |
java.lang.String |
toString() |
public void setTenantId(java.lang.String tenantId)
public java.lang.String getTenantId()
public void setClusterId(int clusterId)
public int getClusterId()
public void setClusterIslandId(long clusterIslandId)
public long getClusterIslandId()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.