RunnableHandler Interface
Implement this interface to handle an action.
Usage
Create an Apex class that implements this interface as a callback for your action or event dispatcher.
RunnableHandler has the following method.
A callback method for the dispatcher handler, such as for a class that extends Slack.SlashCommandDispatcher or Slack.ShortcutDispatcher.
Signature
Return Value
Type: void