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 SummaryConstructorsConstructorDescriptionAsyncHandlerInvocation(Object evt, scala.Function1<Object, scala.runtime.BoxedUnit> handler) 
- 
Method SummaryModifier 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.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.ProductproductElementNames
- 
Constructor Details- 
AsyncHandlerInvocation
 
- 
- 
Method Details- 
evt- Specified by:
- evtin interface- Eventsourced.PendingHandlerInvocation
 
- 
handler- Specified by:
- handlerin interface- Eventsourced.PendingHandlerInvocation
 
- 
copypublic Eventsourced.AsyncHandlerInvocation copy(Object evt, scala.Function1<Object, scala.runtime.BoxedUnit> handler) 
- 
copy$default$1
- 
copy$default$2
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
productElementName- Specified by:
- productElementNamein interface- scala.Product
 
- 
hashCodepublic int hashCode()
- 
toString
- 
equals
 
-