Uses of Interface
com.github.copilot.sdk.json.CommandHandler
Packages that use CommandHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CommandHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return CommandHandlerModifier and TypeMethodDescriptionCommandDefinition.getHandler()Gets the handler invoked when the command is executed.Methods in com.github.copilot.sdk.json with parameters of type CommandHandlerModifier and TypeMethodDescriptionCommandDefinition.setHandler(CommandHandler handler) Sets the handler invoked when the command is executed.