public final class ScheduledIngressConfig.TriggerConfig extends Object
Constructor and Description |
---|
TriggerConfig(String name,
String group,
long startDelay,
long repeatInterval,
int repeatCount) |
TriggerConfig(String name,
String group,
String cronExpression) |
Modifier and Type | Method and Description |
---|---|
String |
getCronExpression() |
String |
getGroup() |
String |
getName() |
int |
getRepeatCount() |
long |
getRepeatInterval() |
long |
getStartDelay() |
Copyright © 2016–2019 AdroitLogic. All rights reserved.