public interface HazelcastClusterEventService
Modifier and Type | Method and Description |
---|---|
com.hazelcast.core.IExecutorService |
getExecutorService()
Returns the distributed executor service for the given
|
void |
publishEventToCluster(Object event) |
void |
start() |
void |
stop() |
com.hazelcast.core.IExecutorService getExecutorService()
Note: Note that it don't support invokeAll/Any and don't have standard shutdown behavior
See HazelcastInstance.getExecutorService(String)
for more details
void publishEventToCluster(Object event)
void start()
void stop()
Copyright © 2003–2019 Atlassian. All rights reserved.