Package com.databricks.sdk.support
Interface WaitStarter<T>
-
- 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 interface WaitStarter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(Duration timeout, Consumer<T> progress)
-
-
-
Method Detail
-
apply
T apply(Duration timeout, Consumer<T> progress) throws TimeoutException
- Throws:
TimeoutException
-
-