VerbSyntax class

Constructors

VerbSyntax()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

batch → const String
config → const String
cram → const String
delete → const String
enroll → const String
from → const String
info → const String
keys → const String
llookup → const String
lookup → const String
metadataFragment → const String
monitor → const String
  • When 'strict' is set, server will only send notifications which match the regex; no other 'control' notifications such as statsNotifications will be sent on this connection unless they match the regex
  • When 'multiplexed' is set, the server will understand that this is a connection which the client is using not just for notifications but also for request-response interactions. In this case, the server will only send notifications when there is no request currently being handled
  • When 'epochMillis' is supplied, server will only send notifications received at or after that timestamp
  • When 'regex' is supplied, server will send notifications which match the regex. If 'strict' is set, then only those regex-matching notifications will be sent. If 'strict' is not set, then other 'control' notifications (e.g. the statsNotification) which don't necessarily match the regex will also be sent
  • noOp → const String
    notify → const String
    notifyAll → const String
    notifyFetch → const String
    notifyList → const String
    notifyRemove → const String
    notifyStatus → const String
    otp → const String
    pkam → const String
    plookup → const String
    pol → const String
    scan → const String
    stats → const String
    stream → const String
    sync → const String
    syncFrom → const String
    update → const String
    update_meta → const String