IRestEventController class abstract

Implemented types
Implementers

Constructors

IRestEventController()

Properties

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

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