Classseedcordv0.12.0Internal
InteractionHandler
Shared base the typed interaction handlers extend.
Not a public entry point, reach for SlashHandlerSlashHandler, ButtonHandlerButtonHandler, ModalHandlerModalHandler, or SelectHandlerSelectHandler instead. This class only carries the repliable-event plumbing those bases share.
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the InteractionHandlerInteractionHandler class.
abstract class InteractionHandler<Repliable extends Repliables>
extends BaseHandler<Repliable>
implements Handlerabstract class InteractionHandler<Repliable extends Repliables>
extends BaseHandler<Repliable>
implements HandlerMember visibility
Filter class members by access level.
Showing members with Protected visibility and higher.
Repliable
The interaction type this handler processes
Repliable extends RepliablesRepliable extends Repliables