Class PublishedEventImpl$

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.persistence.typed.internal.PublishedEventImpl apply​(PersistenceId persistenceId, long sequenceNumber, java.lang.Object payload, long timestamp, scala.Option<ReplicatedPublishedEventMetaData> replicatedMetaData, scala.Option<ActorRef<Done>> replyTo)  
      java.lang.String toString()  
      scala.Option<scala.Tuple6<PersistenceId,​java.lang.Object,​java.lang.Object,​java.lang.Object,​scala.Option<ReplicatedPublishedEventMetaData>,​scala.Option<ActorRef<Done>>>> unapply​(akka.persistence.typed.internal.PublishedEventImpl x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction6

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function6

        apply
    • Field Detail

      • MODULE$

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

      • PublishedEventImpl$

        public PublishedEventImpl$()