Interface GroovyTriggerInterface


  • public interface GroovyTriggerInterface
    Interface representing a curator trigger which can be implemented in an external Groovy class (to be subsequently used from within GroovyTrigger).
    • Method Detail

      • activatesOn

        boolean activatesOn​(SearchTransaction searchTransaction,
                            java.util.Map<java.lang.String,​java.lang.Object> properties)
        Returns:
        Return true if the trigger should activate on this request, and false otherwise.