Package akka.persistence.telemetry
Class EventsourcedInstrumentation$
- java.lang.Object
-
- akka.persistence.telemetry.EventsourcedInstrumentation$
-
public class EventsourcedInstrumentation$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static EventsourcedInstrumentation$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EventsourcedInstrumentation$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
EmptyContext()
-
-
-
Field Detail
-
MODULE$
public static final EventsourcedInstrumentation$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-