Package com.atlassian.bamboo.cluster
Class CrossNodesRemoteBroadcasterImpl
java.lang.Object
com.atlassian.bamboo.cluster.CrossNodesRemoteBroadcasterImpl
- All Implemented Interfaces:
CrossNodesRemoteBroadcaster
-
Constructor Summary
ConstructorDescriptionCrossNodesRemoteBroadcasterImpl
(PerNodeLocalQueueManager perNodeLocalQueueManager) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Optional<CrossNodesRemoteBroadcaster>
boolean
send
(@NotNull CrossNodesEvent event) Sends theCrossNodesEvent
to all other nodes in the cluster.
-
Constructor Details
-
CrossNodesRemoteBroadcasterImpl
-
-
Method Details
-
send
Description copied from interface:CrossNodesRemoteBroadcaster
Sends theCrossNodesEvent
to all other nodes in the cluster.- Specified by:
send
in interfaceCrossNodesRemoteBroadcaster
- Parameters:
event
- the event to send- Returns:
- true if the event was successfully propagated, false otherwise
-
getComponentAccessor
-