Class RestClient.FailureListener

  • Enclosing class:
    RestClient

    public static class RestClient.FailureListener
    extends java.lang.Object
    Listener that allows to be notified whenever a failure happens. Useful when sniffing is enabled, so that we can sniff on failure. The default implementation is a no-op.
    • Constructor Summary

      Constructors 
      Constructor Description
      FailureListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFailure​(Node node)
      Notifies that the node provided as argument has just failed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FailureListener

        public FailureListener()
    • Method Detail

      • onFailure

        public void onFailure​(Node node)
        Notifies that the node provided as argument has just failed