PublishRequest class abstract
Represents a request to publish information to other clients.
Constructors
Properties
- clientId → String?
-
The ID of the client sending this request.
no setter
- eventName → String?
-
The name of the event to be sent.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
The value to be published as an event.
no setter
Methods
-
accept(
PublishResponse response) → void - Accept the request, with a response.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reject(
String errorMessage) → void - Deny the request with an error message.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited