Class AutoCompleteHandler
java.lang.Object
io.github.kaktushose.jdac.dispatching.handling.EventHandler<CommandAutoCompleteInteractionEvent>
io.github.kaktushose.jdac.dispatching.handling.AutoCompleteHandler
- All Implemented Interfaces:
BiConsumer<CommandAutoCompleteInteractionEvent, Runtime>
@Internal
public final class AutoCompleteHandler
extends EventHandler<CommandAutoCompleteInteractionEvent>
-
Field Summary
Fields inherited from class EventHandler
adapterRegistry, context, errorMessageFactory, interactionRegistry, INVOCATION_PERMITTED, log, middlewares, RICH_INVOCATION_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable InvocationContext<CommandAutoCompleteInteractionEvent> prepare(CommandAutoCompleteInteractionEvent event, Runtime runtime) Methods inherited from class EventHandler
acceptMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
AutoCompleteHandler
-
-
Method Details
-
prepare
protected @Nullable InvocationContext<CommandAutoCompleteInteractionEvent> prepare(CommandAutoCompleteInteractionEvent event, Runtime runtime) - Specified by:
preparein classEventHandler<CommandAutoCompleteInteractionEvent>
-