| Package | Description |
|---|---|
| com.github.restdriver.serverdriver.polling |
| Modifier and Type | Method and Description |
|---|---|
static TimeDuration |
Poller.every(long duration,
TimeUnit unit)
For helping your fluent interface, this simply creates a
TimeDuration object in a more natural way. |
| Constructor and Description |
|---|
Poller(int times,
TimeDuration pollPeriod)
Creates a new Poller set to repeat the
Poller.poll() once every sleepDuration timeUnits for the specified number of times. |
Copyright © 2012. All Rights Reserved.