Package org.nuxeo.runtime.test.runner
Interface TransactionalFeature.Waiter
-
- Enclosing class:
- TransactionalFeature
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface TransactionalFeature.Waiter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default boolean
await(long deadline)
Deprecated.since 10.3, useawait(Duration)
instead.boolean
await(Duration duration)
-
-
-
Method Detail
-
await
@Deprecated default boolean await(long deadline) throws InterruptedException
Deprecated.since 10.3, useawait(Duration)
instead.- Throws:
InterruptedException
-
await
boolean await(Duration duration) throws InterruptedException
- Throws:
InterruptedException
- Since:
- 10.3
-
-