Uses of Enum Class
com.github.kaktushose.jda.commands.dispatching.middleware.Priority
Package
Description
Root package of JDA-Commands.
Middlewares get executed between preparation and method invocation.
-
Uses of Priority in com.github.kaktushose.jda.commands
Modifier and TypeMethodDescription@NotNull JDACommandsBuilder
JDACommandsBuilder.middleware
(@NotNull Priority priority, @NotNull Middleware middleware) -
Uses of Priority in com.github.kaktushose.jda.commands.dispatching.middleware
Modifier and TypeClassDescriptionenum
Enum to define with witch priority aMiddleware
should be executed.