com.atlassian.confluence.cluster.hazelcast
Interface HazelcastClusterEventService

All Known Implementing Classes:
HazelcastExecutorClusterEventService

public interface HazelcastClusterEventService

Handles publishing of, and subscribing to, Hazelcast cluster-wide Confluence events.

Since:
v5.5

Method Summary
 com.hazelcast.core.IExecutorService getExecutorService()
          Returns the distributed executor service for the given
 void publishEventToCluster(java.lang.Object event)
           
 void start()
           
 void stop()
           
 

Method Detail

getExecutorService

com.hazelcast.core.IExecutorService getExecutorService()
Returns the distributed executor service for the given

Note: Note that it don't support invokeAll/Any and don't have standard shutdown behavior

See HazelcastInstance.getExecutorService(String) for more details

Returns:
executor service

publishEventToCluster

void publishEventToCluster(java.lang.Object event)

start

void start()

stop

void stop()


Copyright © 2003-2014 Atlassian. All Rights Reserved.