Package akka.stream.impl.fusing
Class GraphInterpreterShell.AsyncInput
- java.lang.Object
-
- akka.stream.impl.fusing.GraphInterpreterShell.AsyncInput
-
- All Implemented Interfaces:
DeadLetterSuppression,NoSerializationVerificationNeeded,ActorGraphInterpreter.BoundaryEvent,java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- GraphInterpreterShell
public class GraphInterpreterShell.AsyncInput extends java.lang.Object implements ActorGraphInterpreter.BoundaryEvent, scala.Product, scala.Serializable
param: promise Will be completed upon processing the event, or failed if processing the event throws if the event isn't ever processed the promise (the operator stops) is failed elsewhere- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsyncInput(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.concurrent.Promise<Done> promise, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphInterpreterShell.AsyncInputapply(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.concurrent.Promise<Done> promise, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)booleancanEqual(java.lang.Object x$1)GraphInterpreterShell.AsyncInputcopy(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.concurrent.Promise<Done> promise, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)GraphInterpreterShellcopy$default$1()GraphStageLogiccopy$default$2()java.lang.Objectcopy$default$3()scala.concurrent.Promise<Done>copy$default$4()scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>copy$default$5()booleanequals(java.lang.Object x$1)java.lang.Objectevt()intexecute(int eventLimit)scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>handler()inthashCode()GraphStageLogiclogic()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()scala.concurrent.Promise<Done>promise()GraphInterpreterShellshell()java.lang.StringtoString()static scala.Option<scala.Tuple5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>>>unapply(GraphInterpreterShell.AsyncInput x$0)
-
-
-
Constructor Detail
-
AsyncInput
public AsyncInput(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.concurrent.Promise<Done> promise, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)
-
-
Method Detail
-
apply
public static GraphInterpreterShell.AsyncInput apply(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.concurrent.Promise<Done> promise, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)
-
unapply
public static scala.Option<scala.Tuple5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>>> unapply(GraphInterpreterShell.AsyncInput x$0)
-
shell
public GraphInterpreterShell shell()
- Specified by:
shellin interfaceActorGraphInterpreter.BoundaryEvent
-
logic
public GraphStageLogic logic()
-
evt
public java.lang.Object evt()
-
promise
public scala.concurrent.Promise<Done> promise()
-
handler
public scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler()
-
execute
public int execute(int eventLimit)
- Specified by:
executein interfaceActorGraphInterpreter.BoundaryEvent
-
copy
public GraphInterpreterShell.AsyncInput copy(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.concurrent.Promise<Done> promise, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)
-
copy$default$1
public GraphInterpreterShell copy$default$1()
-
copy$default$2
public GraphStageLogic copy$default$2()
-
copy$default$3
public java.lang.Object copy$default$3()
-
copy$default$4
public scala.concurrent.Promise<Done> copy$default$4()
-
copy$default$5
public scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> copy$default$5()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-