Interface Invokable

All Superinterfaces:
Definition
All Known Subinterfaces:
CommandDefinition, ComponentDefinition<T>, InteractionDefinition, SelectMenuDefinition<T>
All Known Implementing Classes:
AutoCompleteDefinition, ButtonDefinition, ContextCommandDefinition, EntitySelectMenuDefinition, ModalDefinition, SlashCommandDefinition, StringSelectMenuDefinition

@Internal public sealed interface Invokable extends Definition permits InteractionDefinition
Indicates that the implementing Definition is bound to a method that can be invoked.