Package discord4j.rest.response
Components to manipulate and transform responses.
-
Interface Summary Interface Description ResponseFunction A transformation function used while processingDiscordWebRequestobjects. -
Class Summary Class Description CompositeTransformer AResponseFunctionthat can join multipleResponseFunctioninstances.EmptyResponseTransformer AResponseFunctionthat is able to transform an error sequence with a HTTP 404 status, into an empty sequence.ResumingTransformer AResponseFunctionthat is able to transform an error sequence into a custom response.RetryingTransformer AResponseFunctionthat is able to transform an error sequence into a retrying one.