public class SchedulingConfiguration extends Object
Period to be applied to the scheduling of the BackoffRunnable| Modifier and Type | Method and Description |
|---|---|
static SchedulingConfiguration |
configuration(com.mulesoft.mule.runtime.gw.api.time.period.Period delay)
Creates an instance of this with the configured delay and no frequency.
|
static SchedulingConfiguration |
configuration(com.mulesoft.mule.runtime.gw.api.time.period.Period delay,
com.mulesoft.mule.runtime.gw.api.time.period.Period frequency)
Creates an instance of this with the configured delay and frequency.
|
com.mulesoft.mule.runtime.gw.api.time.period.Period |
delay() |
boolean |
equals(Object o) |
com.mulesoft.mule.runtime.gw.api.time.period.Period |
frequency() |
int |
hashCode() |
String |
toString() |
public static SchedulingConfiguration configuration(com.mulesoft.mule.runtime.gw.api.time.period.Period delay, com.mulesoft.mule.runtime.gw.api.time.period.Period frequency)
delay - a Period of delay.frequency - a Period of frequency.public static SchedulingConfiguration configuration(com.mulesoft.mule.runtime.gw.api.time.period.Period delay)
delay - a Period of delay.public com.mulesoft.mule.runtime.gw.api.time.period.Period delay()
Period of delay.public com.mulesoft.mule.runtime.gw.api.time.period.Period frequency()
Period of frequency.Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.