NotifyAll class

The “notify:all” allows to notify multiple @sign's at the same time . The @sign should be authenticated using the cram/pkam verb prior to use the notify verb. A malformed request closes the @sign client connection.

Syntax: notify:<atsign's to notify>:

  1. messageType: KEY, TEXT This field indicates the type of notification. This is an optional field. Defaults to Key. KEY: To notify a key Example: notify:all:messageType:key:@colin:phone@kevin TEXT: To notify a message. Example: notify:all:messageType:text:@colin:hi
  2. operation: UPDATE, DELETE This field indicates the operation. This is an optional field. Defaults to update Type: update Example: notify:update:key:@alice:phone@bob:+91-90192019201 Type:delete Example: notify:delete:key:@alice:phone@bob
Inheritance

Constructors

NotifyAll.new()

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

dependsOn() Verb?
Returns name of the Verb this verb depends on
override
name() String
Returns name of the verb
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requiresAuth() bool
Returns whether a verb requires authentication
override
syntax() String
Returns syntax of the verb in a regular expression format
override
toString() String
A string representation of this object.
inherited
usage() String
Returns a sample usage of the Verb
override

Operators

operator ==(Object other) bool
The equality operator.
inherited