Package akka.remote.artery
Class Association.OutboundStreamMatValues
- java.lang.Object
-
- akka.remote.artery.Association.OutboundStreamMatValues
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- Association
public static final class Association.OutboundStreamMatValues extends java.lang.Object implements scala.Product, scala.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutboundStreamMatValues(OptionVal<SharedKillSwitch> streamKillSwitch, scala.concurrent.Future<Done> completed, OptionVal<Association.StopSignal> stopping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)scala.concurrent.Future<Done>completed()Association.OutboundStreamMatValuescopy(OptionVal<SharedKillSwitch> streamKillSwitch, scala.concurrent.Future<Done> completed, OptionVal<Association.StopSignal> stopping)OptionVal<SharedKillSwitch>copy$default$1()scala.concurrent.Future<Done>copy$default$2()OptionVal<Association.StopSignal>copy$default$3()booleanequals(java.lang.Object x$1)inthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()OptionVal<Association.StopSignal>stopping()OptionVal<SharedKillSwitch>streamKillSwitch()java.lang.StringtoString()
-
-
-
Constructor Detail
-
OutboundStreamMatValues
public OutboundStreamMatValues(OptionVal<SharedKillSwitch> streamKillSwitch, scala.concurrent.Future<Done> completed, OptionVal<Association.StopSignal> stopping)
-
-
Method Detail
-
streamKillSwitch
public OptionVal<SharedKillSwitch> streamKillSwitch()
-
completed
public scala.concurrent.Future<Done> completed()
-
stopping
public OptionVal<Association.StopSignal> stopping()
-
copy
public Association.OutboundStreamMatValues copy(OptionVal<SharedKillSwitch> streamKillSwitch, scala.concurrent.Future<Done> completed, OptionVal<Association.StopSignal> stopping)
-
copy$default$1
public OptionVal<SharedKillSwitch> copy$default$1()
-
copy$default$2
public scala.concurrent.Future<Done> copy$default$2()
-
copy$default$3
public OptionVal<Association.StopSignal> copy$default$3()
-
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
-
-