Package akka.stream.impl.fusing
Class ActorGraphInterpreter.Cancel
- java.lang.Object
-
- akka.stream.impl.fusing.ActorGraphInterpreter.Cancel
-
- 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.Cancel extends java.lang.Object implements ActorGraphInterpreter.SimpleBoundaryEvent, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Cancel(ActorGraphInterpreter.ActorOutputBoundary boundary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorGraphInterpreter.ActorOutputBoundary
boundary()
boolean
canEqual(java.lang.Object x$1)
ActorGraphInterpreter.Cancel
copy(ActorGraphInterpreter.ActorOutputBoundary boundary)
ActorGraphInterpreter.ActorOutputBoundary
copy$default$1()
boolean
equals(java.lang.Object x$1)
void
execute()
int
hashCode()
GraphStageLogic
logic()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
GraphInterpreterShell
shell()
java.lang.String
toString()
-
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
-
Cancel
public Cancel(ActorGraphInterpreter.ActorOutputBoundary boundary)
-
-
Method Detail
-
boundary
public ActorGraphInterpreter.ActorOutputBoundary boundary()
-
execute
public void execute()
- Specified by:
execute
in interfaceActorGraphInterpreter.SimpleBoundaryEvent
-
shell
public GraphInterpreterShell shell()
- Specified by:
shell
in interfaceActorGraphInterpreter.BoundaryEvent
-
logic
public GraphStageLogic logic()
- Specified by:
logic
in interfaceActorGraphInterpreter.SimpleBoundaryEvent
-
copy
public ActorGraphInterpreter.Cancel copy(ActorGraphInterpreter.ActorOutputBoundary boundary)
-
copy$default$1
public ActorGraphInterpreter.ActorOutputBoundary copy$default$1()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-