Inheritance

Constructors

SubscribeResponse(Responder responder, int rid)

Properties

changed → LinkedHashSet<RespSubscribeController>

final
subscriptions → Map<String, RespSubscribeController>

final
subsriptionids → Map<int, RespSubscribeController>

final
hashCode → int

The hash code for this object.

read-only, inherited
responder Responder

final, inherited
rid → int

final, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
sentStreamStatus → String

read-only, inherited
type → String

read / write, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

ackReceived(int receiveAckId, int startTime, int currentTime) → void

add(String path, LocalNode node, int sid, int qos) RespSubscribeController

addTraceCallback(ResponseTraceCallback _traceCallback) → void

prepareSending() → void

remove(int sid) → void

startSendingData(int currentTime, int waitingAckId) → void

subscriptionChanged(RespSubscribeController controller) → void

close([DSError err = null ]) → void

close the request from responder side and also notify the requester

inherited
getTraceData([String change = '+' ]) ResponseTrace

for the broker trace action

inherited
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited