Package org.apache.pekko.persistence
Class Eventsourced.AsyncHandlerInvocation
java.lang.Object
org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- All Implemented Interfaces:
Serializable
,Eventsourced.PendingHandlerInvocation
,scala.Equals
,scala.Product
- Enclosing interface:
- Eventsourced
public static final class Eventsourced.AsyncHandlerInvocation
extends Object
implements Eventsourced.PendingHandlerInvocation, scala.Product, Serializable
INTERNAL API: does not force the actor to stash commands; Originates from either `persistAsync` or `defer` calls
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncHandlerInvocation
(Object evt, scala.Function1<Object, scala.runtime.BoxedUnit> handler) -
Method Summary
Modifier and TypeMethodDescriptionboolean
scala.Function1<Object,
scala.runtime.BoxedUnit> boolean
evt()
scala.Function1<Object,
scala.runtime.BoxedUnit> handler()
int
hashCode()
int
productElement
(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, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
AsyncHandlerInvocation
-
-
Method Details
-
evt
- Specified by:
evt
in interfaceEventsourced.PendingHandlerInvocation
-
handler
- Specified by:
handler
in interfaceEventsourced.PendingHandlerInvocation
-
copy
public Eventsourced.AsyncHandlerInvocation copy(Object evt, scala.Function1<Object, scala.runtime.BoxedUnit> handler) -
copy$default$1
-
copy$default$2
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-