SuspendingCommandExecutor

interface SuspendingCommandExecutor

Interface containing the method directing how a certain command will be executed.

Functions

execute
Link copied to clipboard
abstract suspend fun execute(src: <ERROR CLASS>, args: <ERROR CLASS>): <ERROR CLASS>

Callback for the execution of a command.