Package akka.persistence.typed.telemetry
Class EmptyEventSourcedBehaviorInstrumentation$
- java.lang.Object
-
- akka.persistence.typed.telemetry.EmptyEventSourcedBehaviorInstrumentation
-
- akka.persistence.typed.telemetry.EmptyEventSourcedBehaviorInstrumentation$
-
- All Implemented Interfaces:
EventSourcedBehaviorInstrumentation
public class EmptyEventSourcedBehaviorInstrumentation$ extends EmptyEventSourcedBehaviorInstrumentation
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyEventSourcedBehaviorInstrumentation$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EmptyEventSourcedBehaviorInstrumentation$()
-
Method Summary
-
Methods inherited from class akka.persistence.typed.telemetry.EmptyEventSourcedBehaviorInstrumentation
actorInitialized, afterRequestRecoveryPermit, beforeRequestRecoveryPermit, dependencies, persistEventCalled, persistEventDone, persistEventWritten, persistFailed, persistRejected, recoveryDone, recoveryFailed, recoveryStarted
-
-
-
-
Field Detail
-
MODULE$
public static final EmptyEventSourcedBehaviorInstrumentation$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-