Uses of Interface
io.inugami.api.providers.task.ProviderTask
-
Packages that use ProviderTask Package Description io.inugami.api.providers io.inugami.api.providers.concurrent -
-
Uses of ProviderTask in io.inugami.api.providers
Methods in io.inugami.api.providers with parameters of type ProviderTask Modifier and Type Method Description Future<ProviderFutureResult>ProviderRunner. run(String name, ProviderTask tasks)protected Future<ProviderFutureResult>AbstractProvider. runFutureTask(ProviderTask task)protected Future<ProviderFutureResult>AbstractProvider. runFutureTask(String name, ProviderTask task)protected FutureData<ProviderFutureResult>AbstractProvider. runTask(ProviderTask task, SimpleEvent event, FutureData<ProviderFutureResult> future)Method parameters in io.inugami.api.providers with type arguments of type ProviderTask Modifier and Type Method Description protected List<Future<ProviderFutureResult>>AbstractProvider. runFutureTask(List<ProviderTask> tasks) -
Uses of ProviderTask in io.inugami.api.providers.concurrent
Methods in io.inugami.api.providers.concurrent that return ProviderTask Modifier and Type Method Description ProviderTaskFutureData. getTask()ProviderTaskFutureDataResult. getTask()Methods in io.inugami.api.providers.concurrent with parameters of type ProviderTask Modifier and Type Method Description FutureDataBuilder<T>FutureDataBuilder. addTask(ProviderTask task)Constructors in io.inugami.api.providers.concurrent with parameters of type ProviderTask Constructor Description FutureDataResult(String channel, T data, GenericEvent evente, List<OnDoneFunction<T>> onDone, List<OnErrorFunction<T>> onError, ProviderTask task)
-