Inheritance

Constructors

InvokeResponse(Responder responder, int rid, LocalNode parentNode, LocalNode node, String name)

Properties

name → String

final
node LocalNode

final
onClose OnInvokeClosed

read / write
onReqParams OnReqParams

read / write
onSendUpdate OnInvokeSend

read / write
parentNode LocalNode

final
pendingData → List<_InvokeResponseUpdate>

read / write
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

close([DSError err = null ]) → void

close the request from responder side and also notify the requester

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

for the broker trace action

startSendingData(int currentTime, int waitingAckId) → void

updateReqParams(Map m) → void

new parameter from the requester

updateStream(List updates, { List columns, String streamStatus: StreamStatus.open, Map meta, bool autoSendColumns: true }) → void

update data for the responder stream

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

inherited
noSuchMethod(Invocation invocation) → dynamic

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

inherited
prepareSending() → void

inherited
toString() → String

Returns a string representation of this object.

inherited