Interface MasterFaultDetection.Listener

Enclosing class:
MasterFaultDetection

public static interface MasterFaultDetection.Listener
  • Method Summary

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

    • onMasterFailure

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