Interface CacheClientConnectivityChangedListener

  • All Known Implementing Classes:
    CacheConnectivity

    public interface CacheClientConnectivityChangedListener
    User needs to implement this interface in order to receive client connectivity changed notifications.
    • Method Detail

      • onClientConnectivityChanged

        void onClientConnectivityChanged​(java.lang.String cacheId,
                                         ClientInfo client)
        Defines a listener method for notifying the application about the status of cache client connectivity.
        Parameters:
        cacheId - Name of the Cache.
        client - Information about Cache Client.