InputType - input dataOutputResultType - output resultOutputErrorType - errorpublic static interface LimitAsyncOperations.Executor<InputType,OutputResultType,OutputErrorType extends Exception>
| Modifier and Type | Method and Description |
|---|---|
AsyncSupplier<OutputResultType,OutputErrorType> |
execute(InputType data)
Launch asynchronous operation.
|
AsyncSupplier<OutputResultType,OutputErrorType> execute(InputType data)
Copyright © 2019. All rights reserved.