ReconnectingMessageTransport<T1, T2> class abstract

Inheritance
Implementers

Constructors

ReconnectingMessageTransport()

Properties

connectionStream Stream<void>
A null is emitted every time a connection is successfully created
no setter
hashCode int
The hash code for this object.
no setterinherited
isAlive bool
Returns true if the connection is alive at the moment
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sink StreamSink<T1>
Messages added to this sink will be sent to the other side of the connection.
no setterinherited
stream Stream<T2>
Messages from the other side of the connection will appear in this stream.
no setterinherited

Methods

dispose() → void
Must be called to clean up resource after the transport is no longer in use.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited