IRestEventController class abstract

Implemented types
Implementers

Constructors

IRestEventController()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
onHttpError Stream<IHttpErrorEvent>
Emitted when a HTTP request failed.
read-only
onHttpResponse Stream<IHttpResponseEvent>
Emitted when a successful HTTP response is received.
read-only
onRateLimited Stream<IRatelimitEvent>
Sent when the client is rate limited, either by the rate limit handler itself, or when a 429 is received.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

dispose() Future<void>
Perform cleanup
inherited
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