public class CountProber extends Object implements org.mule.tck.probe.Prober
Probe is satisfied or not the specified number of times with a fixed interval between retries| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_COUNT |
static long |
DEFAULT_POLLING_INTERVAL |
| Constructor and Description |
|---|
CountProber() |
CountProber(int count) |
CountProber(int count,
long pollDelayMillis) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(org.mule.tck.probe.Probe probe) |
static void |
descriptiveCountProber(int count,
int delayMillis,
Runnable asserter) |
static void |
descriptiveCountProber(int count,
Runnable asserter) |
public static final int DEFAULT_COUNT
public static final long DEFAULT_POLLING_INTERVAL
public CountProber()
public CountProber(int count)
public CountProber(int count,
long pollDelayMillis)
public static void descriptiveCountProber(int count,
Runnable asserter)
public static void descriptiveCountProber(int count,
int delayMillis,
Runnable asserter)
public void check(org.mule.tck.probe.Probe probe)
check in interface org.mule.tck.probe.ProberCopyright © 2014–2024 MuleSoft, Inc.. All rights reserved.