-
public final class ControlTrigger
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Long>repeatAfterprivate final Property<Int>repeatTimesprivate final Property<Long>poolIntervalprivate final Property<Long>verifyTimeout
-
Constructor Summary
Constructors Constructor Description ControlTrigger(AemExtension aem)
-
Method Summary
Modifier and Type Method Description final Unittrigger(Function0<Unit> action, Function0<Boolean> verify, Function0<Unit> fail)final Property<Long>getRepeatAfter()final Property<Int>getRepeatTimes()final Property<Long>getPoolInterval()final Property<Long>getVerifyTimeout()-
-
Constructor Detail
-
ControlTrigger
ControlTrigger(AemExtension aem)
-
-
Method Detail
-
getRepeatAfter
final Property<Long> getRepeatAfter()
-
getRepeatTimes
final Property<Int> getRepeatTimes()
-
getPoolInterval
final Property<Long> getPoolInterval()
-
getVerifyTimeout
final Property<Long> getVerifyTimeout()
-
-
-
-