Interface ActionExecutorDispatcher
- All Known Implementing Classes:
ActionExecutorDispatcherImpl
public interface ActionExecutorDispatcher
This class is the base interface to define the action dispatcher to execute according to the action type of the action
The action executor dispatcher get the list of the action dispatchers present in unomi
When the execute method is called, the dispatch will be done according to the prefix of the action executor of the action type
-
Method Summary
-
Method Details
-
execute
Execute an action dispatcher according to the action type of the action- Parameters:
action
- action to executeevent
- received event- Returns:
- result code of the execution
-