Package akka.persistence.typed.internal
Class EventWriter$
- java.lang.Object
-
- akka.persistence.typed.internal.EventWriter$
-
public class EventWriter$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static EventWriter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EventWriter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Behavior<EventWriter.Command>
apply(ActorRef<JournalProtocol.Message> journal, EventWriter.EventWriterSettings settings)
Behavior<EventWriter.Command>
apply(java.lang.String journalPluginId, EventWriter.EventWriterSettings settings)
-
-
-
Field Detail
-
MODULE$
public static final EventWriter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Behavior<EventWriter.Command> apply(java.lang.String journalPluginId, EventWriter.EventWriterSettings settings)
-
apply
public Behavior<EventWriter.Command> apply(ActorRef<JournalProtocol.Message> journal, EventWriter.EventWriterSettings settings)
-
-