Class InmemJournal$


  • public class InmemJournal$
    extends java.lang.Object
    The InmemJournal publishes writes and deletes to the eventStream, which tests may use to verify that expected events have been persisted or deleted.

    InmemJournal is only intended to be used for tests and therefore binary backwards compatibility of the published messages are not guaranteed.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static InmemJournal$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      InmemJournal$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final InmemJournal$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • InmemJournal$

        public InmemJournal$()