public class EventScope extends Object implements 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() |
String |
getTenantId() |
void |
setClusterId(int clusterId) |
void |
setClusterIslandId(long clusterIslandId) |
void |
setTenantId(String tenantId) |
String |
toString() |
public void setTenantId(String tenantId)
public String getTenantId()
public void setClusterId(int clusterId)
public int getClusterId()
public void setClusterIslandId(long clusterIslandId)
public long getClusterIslandId()
Copyright © 2017 SAP SE. All Rights Reserved.