public interface TriggerHandler
The callback fired by TriggerPolicy
when the trigger condition is satisfied.
Modifier and Type | Method and Description |
---|---|
boolean |
onTrigger()
The code to execute when the
TriggerPolicy condition is satisfied. |
boolean onTrigger()
The code to execute when the TriggerPolicy
condition is satisfied.
Copyright © 2022 The Apache Software Foundation. All rights reserved.