Interface ClusterListener


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

      • 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)