Interface HazelcastClusterEventService
- All Known Implementing Classes:
HazelcastExecutorClusterEventService
Deprecated, for removal: This API element is subject to removal in a future version.
Handles publishing of, and subscribing to, Hazelcast cluster-wide Confluence events.
- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptiondefault ClusterEventService
Deprecated, for removal: This API element is subject to removal in a future version.com.hazelcast.core.IExecutorService
Deprecated, for removal: This API element is subject to removal in a future version.Returns the distributed executor service for the givenvoid
publishEventToCluster
(Object event) Deprecated, for removal: This API element is subject to removal in a future version.void
start()
Deprecated, for removal: This API element is subject to removal in a future version.void
stop()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getExecutorService
com.hazelcast.core.IExecutorService getExecutorService()Deprecated, for removal: This API element is subject to removal in a future version.Returns the distributed executor service for the givenNote: 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
Deprecated, for removal: This API element is subject to removal in a future version. -
start
void start()Deprecated, for removal: This API element is subject to removal in a future version. -
stop
void stop()Deprecated, for removal: This API element is subject to removal in a future version. -
asClusterEventService
Deprecated, for removal: This API element is subject to removal in a future version.
-
ClusterEventService