Package com.github.kaktushose.jda.commands.dispatching
package com.github.kaktushose.jda.commands.dispatching
Top-level package for all parts of the execution chain.
-
ClassesClassDescriptionHandles incoming
GenericInteractionCreateEvent
s and maps them to their correspondingRuntime
, creating new ones if needed.ARuntime
delegates the jda events to their correspondingEventHandler
and manages the used virtual threads.