Package akka.persistence
Class Protocol
- java.lang.Object
-
- akka.persistence.Protocol
-
public class Protocol extends java.lang.Object
INTERNAL API.Messages exchanged between persistent actors and a journal/snapshot-store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Protocol.Message
INTERNAL API.
-
Constructor Summary
Constructors Constructor Description Protocol()
-