Interface MasterFaultDetection.Listener

Enclosing class:
MasterFaultDetection

public static interface MasterFaultDetection.Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMasterFailure​(DiscoveryNode masterNode, Throwable cause, String reason)
    called when pinging the master failed, like a timeout, transport disconnects etc
  • Method Details

    • onMasterFailure

      void onMasterFailure(DiscoveryNode masterNode, Throwable cause, String reason)
      called when pinging the master failed, like a timeout, transport disconnects etc