public class ClusterEventWrapper extends ConfluenceEvent implements Serializable
com.atlassian.confluence.cluster.coherence.invocations.EventInvocable
is responsible
for actually putting this event on the EventManager
queue on
the remote nodes.com.atlassian.confluence.cluster.coherence.invocations.EventInvocable
,
ClusterEventBroadcaster
,
Serialized Formsource
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() |
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 wrapped