Class EmptyResponseTransformer

java.lang.Object
discord4j.rest.response.EmptyResponseTransformer
All Implemented Interfaces:
ResponseFunction

@Experimental public class EmptyResponseTransformer extends Object implements ResponseFunction
A ResponseFunction that is able to transform an error sequence with a HTTP 404 status, into an empty sequence.
See Also: