Package io.inugami.api.providers
Interface ProviderRunner
-
public interface ProviderRunnerThe ProviderRunner allow to abstract the concrete implementation of provider runner. The main implementation is io.inugami.core.providers.MultiThreadedProviderRunner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<ProviderFutureResult>run(String name, ProviderTask tasks)
-
-
-
Method Detail
-
run
Future<ProviderFutureResult> run(String name, ProviderTask tasks)
-
-