Inheritance

Static Properties

columns → List

read / write

Constructors

QueryCommandSubscribe(BrokerQueryManager manager)

Properties

subscriptions → Map<String, _QuerySubscription>

read / write
base BrokerQueryCommand

read / write, inherited
hashCode → int

The hash code for this object.

read-only, inherited
nexts → Set<BrokerQueryCommand>

read / write, inherited
responses → Set<InvokeResponse>

read / write, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

addResponse(InvokeResponse response) → void

destroy() → void

toString() → String

Returns a string representation of this object.

updateFromBase(List updates) → void

updatePath(String path) → void

updateRow(List row) → void

addNext(BrokerQueryCommand next) → void

inherited
getQueryId() → String

return a unified String as the key of the map

inherited
init() → void

init after checking command is not a duplication

inherited
noSuchMethod(Invocation invocation) → dynamic

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

inherited
removeNext(BrokerQueryCommand next) → void

inherited