Package com.impossibl.postgres.utils
Interface Await.InterruptibleTimeoutFunction
-
- Enclosing class:
- Await
public static interface Await.InterruptibleTimeoutFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
await(long timeout, TimeUnit timeoutUnits)
-
-
-
Method Detail
-
await
boolean await(long timeout, TimeUnit timeoutUnits) throws InterruptedException
- Throws:
InterruptedException
-
-