Class ConstraintMiddleware

java.lang.Object
io.github.kaktushose.jdac.dispatching.middleware.impl.ConstraintMiddleware
All Implemented Interfaces:
Middleware, Consumer<InvocationContext<?>>

public class ConstraintMiddleware extends Object implements Middleware
A Middleware implementation that will check the parameter constraints a SlashCommandDefinition might have.
See Also: