Record Class InvocationContext<T extends GenericInteractionCreateEvent>

java.lang.Object
java.lang.Record
io.github.kaktushose.jdac.dispatching.context.InvocationContext<T>
Type Parameters:
T - The used type of GenericInteractionCreateEvent
Record Components:
util - A set of framework functionalities exposed to the user, including I18n etc.
data - The data hold by this InvocationContext, including the event, interaction definition etc.
All Implemented Interfaces:
ErrorMessageFactory.ErrorContext

Bundles data that is important for the execution of an interaction, especially for invoking the user defined method.