Interface ClusterListener


public interface ClusterListener
Task to be executed on all cluster nodes once it's notified.
Author:
Marek Posolda
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Registered task to be executed on all cluster nodes once it's notified from cache.
  • Method Details

    • eventReceived

      void eventReceived(ClusterEvent event)
      Registered task to be executed on all cluster nodes once it's notified from cache.
      Parameters:
      event - value of notification (Object added into the cache)