Class ClusterEventWrapper

    • Field Detail

      • event

        protected com.atlassian.event.Event event
    • Constructor Detail

      • ClusterEventWrapper

        public ClusterEventWrapper​(Object src,
                                   com.atlassian.event.Event event)
        Create a clustered wrapper event to broadcast an event across a cluster.
        Parameters:
        src - an Object which represents where the event came from. In the case of clustered events, the recommended src value is a ClusterNodeInformation object.
        event - an event to be wrapped
    • Method Detail

      • getEvent

        public com.atlassian.event.Event getEvent()
        Returns:
        the wrapped event