MonitorVerbBuilder class

Monitor builder generates a command that streams incoming notifications from the secondary server to the current client.

// Receives all of the notifications
   var builder = MonitorVerbBuilder();

// Receives notifications for those keys that matches a specific regex
   var builder = MonitorVerbBuilder()..regex = '.alice';
Implemented types

Constructors

MonitorVerbBuilder()

Properties

auth bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastNotificationTime int?
getter/setter pair
regex String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildCommand() String
Build the @ command to be sent to remote secondary for execution.
override
checkParams() bool
Checks whether all params required by the verb builder are set. Returns false if required params are not set.
override
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