Uses of Interface
org.apache.unomi.groovy.actions.services.GroovyActionsService
- 
- 
Uses of GroovyActionsService in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type GroovyActionsService Modifier and Type Method Description voidGroovyActionDispatcher. 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 GroovyActionsService Modifier and Type Method Description voidGroovyActionListener. 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 GroovyActionsService Modifier and Type Method Description voidGroovyActionsEndPoint. 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 GroovyActionsService Modifier and Type Class Description classGroovyActionsServiceImplHigh-performance GroovyActionsService implementation with pre-compilation, hash-based change detection, and thread-safe execution. 
 -