Package cloud.commandframework.tasks
Cloud task library
-
Interface Summary Interface Description TaskConsumer<I> Task step that does not produce any outputTaskFunction<I,O> Task step that produces output from given inputTaskRecipeStep Part of aTaskRecipeTaskSynchronizer Utility responsible for synchronizingtask recipe steps -
Class Summary Class Description TaskFactory Factory that producesrecipesTaskRecipe A task recipe is a chain of tasks with optional synchronization steps, that can be used to produce some sort of result from some input