Package org.apache.pekko.persistence
Class Eventsourced.StashingHandlerInvocation
java.lang.Object
org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- All Implemented Interfaces:
Serializable,Eventsourced.PendingHandlerInvocation,scala.Equals,scala.Product
- Enclosing interface:
- Eventsourced
public static final class Eventsourced.StashingHandlerInvocation
extends Object
implements Eventsourced.PendingHandlerInvocation, scala.Product, Serializable
INTERNAL API: forces actor to stash incoming commands until all these invocations are handled
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStashingHandlerInvocation(Object evt, scala.Function1<Object, scala.runtime.BoxedUnit> handler) -
Method Summary
Modifier and TypeMethodDescriptionbooleanscala.Function1<Object,scala.runtime.BoxedUnit> booleanevt()scala.Function1<Object,scala.runtime.BoxedUnit> handler()inthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
StashingHandlerInvocation
-
-
Method Details
-
evt
- Specified by:
evtin interfaceEventsourced.PendingHandlerInvocation
-
handler
- Specified by:
handlerin interfaceEventsourced.PendingHandlerInvocation
-
copy
public Eventsourced.StashingHandlerInvocation copy(Object evt, scala.Function1<Object, scala.runtime.BoxedUnit> handler) -
copy$default$1
-
copy$default$2
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-