Package org.apache.pekko.persistence
Class JournalProtocol.ReplayMessages$
- All Implemented Interfaces:
Serializable,scala.Function5<Object,Object, Object, String, ActorRef, JournalProtocol.ReplayMessages>
- Enclosing class:
- JournalProtocol
public static class JournalProtocol.ReplayMessages$
extends scala.runtime.AbstractFunction5<Object,Object,Object,String,ActorRef,JournalProtocol.ReplayMessages>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JournalProtocol.ReplayMessages$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction5
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function5
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ReplayMessages$
public ReplayMessages$()
-
-
Method Details
-
toString
-
apply
public JournalProtocol.ReplayMessages apply(long fromSequenceNr, long toSequenceNr, long max, String persistenceId, ActorRef persistentActor) -
unapply
-