Package akka.persistence.typed.internal
Class EventWriter
- java.lang.Object
-
- akka.persistence.typed.internal.EventWriter
-
public class EventWriter extends java.lang.Object
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EventWriter.AskMaxSeqNrReason
static interface
EventWriter.Command
static class
EventWriter.EventWriterSettings
static class
EventWriter.EventWriterSettings$
static class
EventWriter.Write
static class
EventWriter.Write$
static class
EventWriter.WriteAck
static class
EventWriter.WriteAck$
-
Constructor Summary
Constructors Constructor Description EventWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Behavior<EventWriter.Command>
apply(ActorRef<JournalProtocol.Message> journal, EventWriter.EventWriterSettings settings)
static Behavior<EventWriter.Command>
apply(java.lang.String journalPluginId, EventWriter.EventWriterSettings settings)
-
-
-
Method Detail
-
apply
public static Behavior<EventWriter.Command> apply(java.lang.String journalPluginId, EventWriter.EventWriterSettings settings)
-
apply
public static Behavior<EventWriter.Command> apply(ActorRef<JournalProtocol.Message> journal, EventWriter.EventWriterSettings settings)
-
-