Package akka.persistence.typed.internal
Interface InternalProtocol
-
- All Known Implementing Classes:
InternalProtocol.IncomingCommand
,InternalProtocol.JournalResponse
,InternalProtocol.RecoveryPermitGranted$
,InternalProtocol.RecoveryTickEvent
,InternalProtocol.ReplicatedEventEnvelope
,InternalProtocol.SnapshotterResponse
public interface InternalProtocol
Protocol used internally by the eventsourced behaviors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
InternalProtocol.IncomingCommand<C>
static class
InternalProtocol.IncomingCommand$
static class
InternalProtocol.JournalResponse
static class
InternalProtocol.JournalResponse$
static class
InternalProtocol.RecoveryPermitGranted$
static class
InternalProtocol.RecoveryTickEvent
static class
InternalProtocol.RecoveryTickEvent$
static class
InternalProtocol.ReplicatedEventEnvelope<E>
static class
InternalProtocol.ReplicatedEventEnvelope$
static class
InternalProtocol.SnapshotterResponse
static class
InternalProtocol.SnapshotterResponse$
-