Package com.github.kaktushose.jda.commands.dispatching
package com.github.kaktushose.jda.commands.dispatching
Top-level package for all parts of the execution chain.
-
ClassDescriptionA collection of classes relevant for
EventHandlers.Handles incomingGenericInteractionCreateEvents and maps them to their correspondingRuntime, creating new ones if needed.ARuntimedelegates the jda events to their correspondingEventHandlerand manages the used virtual threads.