Package akka.stream.impl.fusing
Class ActorGraphInterpreter.RequestMore
- java.lang.Object
-
- akka.stream.impl.fusing.ActorGraphInterpreter.RequestMore
-
- All Implemented Interfaces:
DeadLetterSuppression,NoSerializationVerificationNeeded,ActorGraphInterpreter.BoundaryEvent,ActorGraphInterpreter.SimpleBoundaryEvent,java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- ActorGraphInterpreter
public static final class ActorGraphInterpreter.RequestMore extends java.lang.Object implements ActorGraphInterpreter.SimpleBoundaryEvent, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestMore(ActorGraphInterpreter.ActorOutputBoundary boundary, long demand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorGraphInterpreter.ActorOutputBoundaryboundary()booleancanEqual(java.lang.Object x$1)ActorGraphInterpreter.RequestMorecopy(ActorGraphInterpreter.ActorOutputBoundary boundary, long demand)ActorGraphInterpreter.ActorOutputBoundarycopy$default$1()longcopy$default$2()longdemand()booleanequals(java.lang.Object x$1)voidexecute()inthashCode()GraphStageLogiclogic()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()GraphInterpreterShellshell()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.stream.impl.fusing.ActorGraphInterpreter.SimpleBoundaryEvent
execute
-
-
-
-
Constructor Detail
-
RequestMore
public RequestMore(ActorGraphInterpreter.ActorOutputBoundary boundary, long demand)
-
-
Method Detail
-
boundary
public ActorGraphInterpreter.ActorOutputBoundary boundary()
-
demand
public long demand()
-
execute
public void execute()
- Specified by:
executein interfaceActorGraphInterpreter.SimpleBoundaryEvent
-
shell
public GraphInterpreterShell shell()
- Specified by:
shellin interfaceActorGraphInterpreter.BoundaryEvent
-
logic
public GraphStageLogic logic()
- Specified by:
logicin interfaceActorGraphInterpreter.SimpleBoundaryEvent
-
copy
public ActorGraphInterpreter.RequestMore copy(ActorGraphInterpreter.ActorOutputBoundary boundary, long demand)
-
copy$default$1
public ActorGraphInterpreter.ActorOutputBoundary copy$default$1()
-
copy$default$2
public long copy$default$2()
-
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
-
-