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