Uses of Interface
org.apache.unomi.groovy.actions.services.GroovyActionsService
Packages that use GroovyActionsService
Package
Description
-
Uses of GroovyActionsService in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type GroovyActionsServiceModifier and TypeMethodDescriptionvoid
GroovyActionDispatcher.setGroovyActionsService
(GroovyActionsService groovyActionsService) -
Uses of GroovyActionsService in org.apache.unomi.groovy.actions.listener
Methods in org.apache.unomi.groovy.actions.listener with parameters of type GroovyActionsServiceModifier and TypeMethodDescriptionvoid
GroovyActionListener.setGroovyActionsService
(GroovyActionsService groovyActionsService) -
Uses of GroovyActionsService in org.apache.unomi.groovy.actions.rest
Methods in org.apache.unomi.groovy.actions.rest with parameters of type GroovyActionsServiceModifier and TypeMethodDescriptionvoid
GroovyActionsEndPoint.setGroovyActionsService
(GroovyActionsService groovyActionsService) -
Uses of GroovyActionsService in org.apache.unomi.groovy.actions.services.impl
Classes in org.apache.unomi.groovy.actions.services.impl that implement GroovyActionsServiceModifier and TypeClassDescriptionclass
High-performance GroovyActionsService implementation with pre-compilation, hash-based change detection, and thread-safe execution.