CommandExecutor

fun interface CommandExecutor

Java-friendly command executor functional interface.

ktale-api exposes ktale.api.commands.CommandDefinition.execute as a Kotlin method, but Java plugins typically prefer functional interfaces for wiring.

Functions

Link copied to clipboard
abstract fun execute(context: CommandContext): CommandResult