| AbstractStep |
Created by Navid Mitchell on 11/11/20
|
| AbstractTask<R> |
Created by Navid Mitchell on 3/25/20
|
| ClassTask<T,R> |
An interesting type of Task that lets you define a class to be constructed then a method invoked for the result
Created by Navid Mitchell on 3/19/20
|
| DefaultJobDefinition |
NOTE: should not be instantiated directly
Created by Navid Mitchell on 3/19/20
|
| DefaultJobService |
Created by Navid Mitchell on 3/19/20
|
| DefaultResult<T> |
Created by Navid Mitchell on 3/19/20
|
| GrindConstants |
Created by Navid Mitchell on 3/19/20
|
| InstanceTask<T,R> |
Generic Task that will "autowire" the instance prior to calling the provided invoker function
Created by Navid Mitchell on 3/19/20
|
| JobDefinitionStep |
Provides functionality for a Step that will execute a JobDefinition
Created by Navid Mitchell on 8/5/20
|
| NoopTask<T> |
Created by Navid Mitchell on 7/7/20
|
| TaskStep |
Provides functionality for a Step that will execute a Task that will emit a single value
Created by Navid Mitchell on 3/19/20
|
| ValueTask<R> |
A Task that just passes the provided value straight through without any autowiring or invocation
Created by Navid Mitchell on 3/19/20
|