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