Uses of Interface
org.apache.unomi.services.actions.ActionExecutorDispatcher
-
Packages that use ActionExecutorDispatcher Package Description org.apache.unomi.groovy.actions.services.impl org.apache.unomi.services.actions.impl org.apache.unomi.services.impl.rules -
-
Uses of ActionExecutorDispatcher in org.apache.unomi.groovy.actions.services.impl
Methods in org.apache.unomi.groovy.actions.services.impl with parameters of type ActionExecutorDispatcher Modifier and Type Method Description void
GroovyActionsServiceImpl. setActionExecutorDispatcher(ActionExecutorDispatcher actionExecutorDispatcher)
-
Uses of ActionExecutorDispatcher in org.apache.unomi.services.actions.impl
Classes in org.apache.unomi.services.actions.impl that implement ActionExecutorDispatcher Modifier and Type Class Description class
ActionExecutorDispatcherImpl
-
Uses of ActionExecutorDispatcher in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules with parameters of type ActionExecutorDispatcher Modifier and Type Method Description void
RulesServiceImpl. setActionExecutorDispatcher(ActionExecutorDispatcher actionExecutorDispatcher)
-