Package org.apache.pekko.persistence
Class JournalProtocol.WriteMessages$
java.lang.Object
scala.runtime.AbstractFunction3<scala.collection.immutable.Seq<PersistentEnvelope>,ActorRef,Object,JournalProtocol.WriteMessages>
org.apache.pekko.persistence.JournalProtocol.WriteMessages$
- All Implemented Interfaces:
Serializable,scala.Function3<scala.collection.immutable.Seq<PersistentEnvelope>,ActorRef, Object, JournalProtocol.WriteMessages>
- Enclosing class:
- JournalProtocol
public static class JournalProtocol.WriteMessages$
extends scala.runtime.AbstractFunction3<scala.collection.immutable.Seq<PersistentEnvelope>,ActorRef,Object,JournalProtocol.WriteMessages>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JournalProtocol.WriteMessages$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(scala.collection.immutable.Seq<PersistentEnvelope> messages, ActorRef persistentActor, int actorInstanceId) final StringtoString()scala.Option<scala.Tuple3<scala.collection.immutable.Seq<PersistentEnvelope>,ActorRef, Object>> Methods inherited from class scala.runtime.AbstractFunction3
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
WriteMessages$
public WriteMessages$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<scala.collection.immutable.Seq<PersistentEnvelope>,ActorRef, Object, JournalProtocol.WriteMessages> - Overrides:
toStringin classscala.runtime.AbstractFunction3<scala.collection.immutable.Seq<PersistentEnvelope>,ActorRef, Object, JournalProtocol.WriteMessages>
-
apply
public JournalProtocol.WriteMessages apply(scala.collection.immutable.Seq<PersistentEnvelope> messages, ActorRef persistentActor, int actorInstanceId) -
unapply
public scala.Option<scala.Tuple3<scala.collection.immutable.Seq<PersistentEnvelope>,ActorRef, unapplyObject>> (JournalProtocol.WriteMessages x$0)
-