Interface SitesViewChangedEvent

All Superinterfaces:
Event
All Known Implementing Classes:
EventImpl

public interface SitesViewChangedEvent extends Event
This event is passed in to any method annotated with SiteViewChanged. It represents a site up or down event.
Since:
15.0
  • Method Details

    • getSites

      Collection<String> getSites()
      Returns:
      The current list of connected sites.
    • getJoiners

      Collection<String> getJoiners()
      Returns:
      The list of new connected sites.
    • getLeavers

      Collection<String> getLeavers()
      Returns:
      The list of sites that have disconnected.