Package org.apache.pekko.dispatch
Class TaskInvocation
- java.lang.Object
- 
- org.apache.pekko.dispatch.TaskInvocation
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Runnable,- Batchable,- scala.Equals,- scala.Product
 
 public final class TaskInvocation extends java.lang.Object implements Batchable, scala.Product, java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TaskInvocation(EventStream eventStream, java.lang.Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskInvocationapply(EventStream eventStream, java.lang.Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup)booleancanEqual(java.lang.Object x$1)scala.Function0<scala.runtime.BoxedUnit>cleanup()TaskInvocationcopy(EventStream eventStream, java.lang.Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup)EventStreamcopy$default$1()java.lang.Runnablecopy$default$2()scala.Function0<scala.runtime.BoxedUnit>copy$default$3()booleanequals(java.lang.Object x$1)EventStreameventStream()inthashCode()booleanisBatchable()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()voidrun()java.lang.Runnablerunnable()java.lang.StringtoString()static scala.Option<scala.Tuple3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>>>unapply(TaskInvocation x$0)
 
- 
- 
- 
Constructor Detail- 
TaskInvocationpublic TaskInvocation(EventStream eventStream, java.lang.Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup) 
 
- 
 - 
Method Detail- 
applypublic static TaskInvocation apply(EventStream eventStream, java.lang.Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup) 
 - 
unapplypublic static scala.Option<scala.Tuple3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>>> unapply(TaskInvocation x$0) 
 - 
eventStreampublic EventStream eventStream() 
 - 
runnablepublic java.lang.Runnable runnable() 
 - 
cleanuppublic scala.Function0<scala.runtime.BoxedUnit> cleanup() 
 - 
isBatchablepublic final boolean isBatchable() - Specified by:
- isBatchablein interface- Batchable
 
 - 
runpublic void run() - Specified by:
- runin interface- java.lang.Runnable
 
 - 
copypublic TaskInvocation copy(EventStream eventStream, java.lang.Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup) 
 - 
copy$default$1public EventStream copy$default$1() 
 - 
copy$default$2public java.lang.Runnable copy$default$2() 
 - 
copy$default$3public scala.Function0<scala.runtime.BoxedUnit> copy$default$3() 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
 
 - 
productElementNamepublic java.lang.String productElementName(int x$1) - Specified by:
- productElementNamein interface- scala.Product
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object x$1) - Specified by:
- equalsin interface- scala.Equals
- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-