Class EventScope

  • All Implemented Interfaces:
    java.io.Serializable

    public class EventScope
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Constructor Detail

      • EventScope

        public EventScope()
    • Method Detail

      • setTenantId

        public void setTenantId​(java.lang.String tenantId)
      • getTenantId

        public java.lang.String getTenantId()
      • setClusterId

        public void setClusterId​(int clusterId)
      • getClusterId

        public int getClusterId()
      • setClusterIslandId

        public void setClusterIslandId​(long clusterIslandId)
      • getClusterIslandId

        public long getClusterIslandId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object