public class ClusterEventWrapper extends ConfluenceEvent implements Serializable
ClusterEventBroadcaster
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected com.atlassian.event.Event |
event |
source
Constructor and Description |
---|
ClusterEventWrapper(Object src,
com.atlassian.event.Event event)
Create a clustered wrapper event to broadcast an event across a cluster.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.event.Event |
getEvent() |
equals, hashCode
getSource, toString
public ClusterEventWrapper(Object src, com.atlassian.event.Event event)
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 wrappedCopyright © 2003–2020 Atlassian. All rights reserved.