Package com.osohq.oso_cloud.internal
Interface Api.Synchronous<T>
-
- Enclosing class:
- Api
- 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 Api.Synchronous<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrunWithRequestHolder(Api.RequestHolder requestHolder)
-
-
-
Method Detail
-
runWithRequestHolder
T runWithRequestHolder(Api.RequestHolder requestHolder) throws java.io.IOException, ApiException
- Throws:
java.io.IOExceptionApiException
-
-