public interface Awaiter
Modifier and Type | Method and Description |
---|---|
void |
waitUntil(Instant date)
Wait until date is reached.
|
void waitUntil(Instant date) throws WaitException
date
- the point in time to wait forWaitException
- when waiting has failedCopyright © 2021. All rights reserved.