Package discord4j.rest.request
Class BucketKey
java.lang.Object
discord4j.rest.request.BucketKey
Used to access the appropriate
RequestStream according to the bucket
that requests for the stream fall into.
Following the Discord documentation, requests belong to the same bucket if:
- The
Route.getUriTemplate()are equal. - The
major parametersare equal.
message delete route fall
into a separate bucket.
This is a value-based class.
- Since:
- 3.0
-
Method Summary