public class ClusterEventWrapper extends ConfluenceEvent implements Serializable
ClusterEventBroadcaster,
Serialized Form| Modifier 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, hashCodegetSource, toStringpublic 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–2019 Atlassian. All rights reserved.