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 Detail

      • execute

        int execute​(Action action,
                    Event event)
        Execute an action dispatcher according to the action type of the action
        Parameters:
        action - action to execute
        event - received event
        Returns:
        result code of the execution