Package akka.pattern.internal
Class CircuitBreakerNoopTelemetry
- java.lang.Object
-
- akka.pattern.internal.CircuitBreakerNoopTelemetry
-
public class CircuitBreakerNoopTelemetry extends java.lang.ObjectINTERNAL API
-
-
Constructor Summary
Constructors Constructor Description CircuitBreakerNoopTelemetry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidonCallBreakerOpenFailure()static voidonCallFailure(long elapsedNanos)static voidonCallSuccess(long elapsedNanos)static voidonCallTimeoutFailure(long elapsedNanos)static voidonClose()static voidonHalfOpen()static voidonOpen()static voidstopped()
-
-
-
Method Detail
-
onOpen
public static void onOpen()
-
onClose
public static void onClose()
-
onHalfOpen
public static void onHalfOpen()
-
onCallSuccess
public static void onCallSuccess(long elapsedNanos)
-
onCallFailure
public static void onCallFailure(long elapsedNanos)
-
onCallTimeoutFailure
public static void onCallTimeoutFailure(long elapsedNanos)
-
onCallBreakerOpenFailure
public static void onCallBreakerOpenFailure()
-
stopped
public static void stopped()
-
-