Package akka.persistence
Class JournalProtocol$
- java.lang.Object
 - 
- akka.persistence.JournalProtocol$
 
 
- 
public class JournalProtocol$ extends java.lang.ObjectINTERNAL API.Messages exchanged between persistent actors and a journal.
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static JournalProtocol$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description JournalProtocol$() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final JournalProtocol$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -