Interface NotificationBus.Consumer

All Known Implementing Classes:
NotificationBusDemo
Enclosing class:
NotificationBus

public static interface NotificationBus.Consumer
  • Method Details

    • handleNotification

      void handleNotification(Serializable n)
    • getCache

      Serializable getCache()
      Called on the coordinator to obtains its cache
    • memberJoined

      void memberJoined(Address mbr)
    • memberLeft

      void memberLeft(Address mbr)