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 Use ClusterEventService
Handles publishing of, and subscribing to, Hazelcast cluster-wide Confluence events.
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    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 given
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    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 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(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.