Package akka.stream.impl.streamref
Class StreamRefsProtocol.RemoteStreamCompleted
- java.lang.Object
-
- akka.stream.impl.streamref.StreamRefsProtocol.RemoteStreamCompleted
-
- All Implemented Interfaces:
StreamRefsProtocol
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- Enclosing interface:
- StreamRefsProtocol
public static final class StreamRefsProtocol.RemoteStreamCompleted extends java.lang.Object implements StreamRefsProtocol, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.stream.impl.streamref.StreamRefsProtocol
StreamRefsProtocol.CumulativeDemand, StreamRefsProtocol.CumulativeDemand$, StreamRefsProtocol.OnSubscribeHandshake, StreamRefsProtocol.OnSubscribeHandshake$, StreamRefsProtocol.RemoteStreamCompleted, StreamRefsProtocol.RemoteStreamCompleted$, StreamRefsProtocol.RemoteStreamFailure, StreamRefsProtocol.RemoteStreamFailure$, StreamRefsProtocol.SequencedOnNext<T>, StreamRefsProtocol.SequencedOnNext$
-
-
Constructor Summary
Constructors Constructor Description RemoteStreamCompleted(long seqNr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEqual(java.lang.Object x$1)
StreamRefsProtocol.RemoteStreamCompleted
copy(long seqNr)
long
copy$default$1()
boolean
equals(java.lang.Object x$1)
int
hashCode()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
long
seqNr()
java.lang.String
toString()
-
-
-
Method Detail
-
seqNr
public long seqNr()
-
copy
public StreamRefsProtocol.RemoteStreamCompleted copy(long seqNr)
-
copy$default$1
public long 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
-
-