MessageResponse class
Represents a response to a topic subscription request.
- Inheritance
-
- Object
- TriggerResponse
- MessageResponse
Constructors
- MessageResponse([bool success = true])
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWire(
) → MessageResponse - Converts this blob event response to a gRPC response.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited