Interface RouteStatusListener

All Known Implementing Classes:
DefaultRouteStatusListener

public interface RouteStatusListener
Gets notified when a site comes up or goes down
Since:
3.4
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Sent back to the original sender when the unicast destination is not part of the local cluster (site)
    void
    sitesDown(String... sites)
    The sites went down
    default void
    The sites are unreachable (no route to them)
    void
    sitesUp(String... sites)
    The sites just came up
  • Method Details

    • sitesUp

      void sitesUp(String... sites)
      The sites just came up
    • sitesDown

      void sitesDown(String... sites)
      The sites went down
    • sitesUnreachable

      default void sitesUnreachable(String... sites)
      The sites are unreachable (no route to them)
    • memberUnreachable

      default void memberUnreachable(Address member)
      Sent back to the original sender when the unicast destination is not part of the local cluster (site)