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