Class ClientEventHandler

java.lang.Object
org.kiwiproject.consul.monitoring.ClientEventHandler

public class ClientEventHandler extends Object
  • Constructor Details

  • Method Details

    • httpRequestSuccess

      public void httpRequestSuccess(okhttp3.Request request)
    • httpRequestInvalid

      public void httpRequestInvalid(okhttp3.Request request, Throwable throwable)
    • httpRequestFailure

      public void httpRequestFailure(okhttp3.Request request, Throwable throwable)
    • cacheStart

      public void cacheStart(CacheDescriptor cacheDescriptor)
    • cacheStop

      public void cacheStop(CacheDescriptor cacheDescriptor)
    • cachePollingError

      public void cachePollingError(CacheDescriptor cacheDescriptor, Throwable throwable)
    • cachePollingSuccess

      public void cachePollingSuccess(CacheDescriptor cacheDescriptor, boolean withNotification, Duration duration)
    • cachePollingSuccess

      public void cachePollingSuccess(CacheDescriptor cacheDescriptor, boolean withNotification, long duration)
    • stop

      public void stop()