Class Protocol$


  • public class Protocol$
    extends java.lang.Object
    INTERNAL API.

    Internal persistence extension messages extend this trait.

    Helps persistence plugin developers to differentiate internal persistence extension messages from their custom plugin messages.

    Journal messages need not be serialization verified as the Journal Actor should always be a local Actor (and serialization is performed by plugins). One notable exception to this is the shared journal used for testing.

    • Field Summary

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

      Constructors 
      Constructor Description
      Protocol$()  
    • 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 Protocol$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Protocol$

        public Protocol$()