Package akka.pattern.internal
Class CircuitBreakerNoopTelemetry
- java.lang.Object
-
- akka.pattern.internal.CircuitBreakerNoopTelemetry
-
public class CircuitBreakerNoopTelemetry extends java.lang.Object
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description CircuitBreakerNoopTelemetry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
onCallBreakerOpenFailure()
static void
onCallFailure(long elapsedNanos)
static void
onCallSuccess(long elapsedNanos)
static void
onCallTimeoutFailure(long elapsedNanos)
static void
onClose()
static void
onHalfOpen()
static void
onOpen()
static void
stopped()
-
-
-
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()
-
-