Interface HazelcastClusterEventService
-
- All Known Implementing Classes:
HazelcastExecutorClusterEventService
@Deprecated(forRemoval=true) public interface HazelcastClusterEventService
Deprecated, for removal: This API element is subject to removal in a future version.since 8.3 UseClusterEventServiceHandles publishing of, and subscribing to, Hazelcast cluster-wide Confluence events.- Since:
- 5.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default ClusterEventServiceasClusterEventService()Deprecated, for removal: This API element is subject to removal in a future version.com.hazelcast.core.IExecutorServicegetExecutorService()Deprecated, for removal: This API element is subject to removal in a future version.Returns the distributed executor service for the givenvoidpublishEventToCluster(Object event)Deprecated, for removal: This API element is subject to removal in a future version.voidstart()Deprecated, for removal: This API element is subject to removal in a future version.voidstop()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
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
void publishEventToCluster(Object event)
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
default ClusterEventService asClusterEventService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-