All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AbstractStep Created by Navid Mitchell on 11/11/20AbstractTask<R> Created by Navid Mitchell on 3/25/20ClassTask<T,R> An interesting type ofTaskthat lets you define a class to be constructed then a method invoked for the result Created by Navid Mitchell on 3/19/20ContextUtils Created by Navid Mitchell on 7/7/20ContinuumGrindConfiguration Created by navid on 2/10/20DefaultJobDefinition NOTE: should not be instantiated directly Created by Navid Mitchell on 3/19/20DefaultJobService Created by Navid Mitchell on 3/19/20DefaultResult<T> Created by Navid Mitchell on 3/19/20Diagnostic Created by Navid Mitchell on 11/12/20DiagnosticLevel Created by Navid Mitchell on 11/12/20EnableContinuumGrind Annotation to be used on a Spring Boot application to enable the Continuum Grind.GrindConstants Created by Navid Mitchell on 3/19/20HasSteps Created by Navid Mitchell on 11/12/20InstanceTask<T,R> GenericTaskthat will "autowire" the instance prior to calling the provided invoker function Created by Navid Mitchell on 3/19/20JobDefinition AJobDefinitionprovides a unit of work comprised ofTask's and otherJobDefinitionFor everyJobDefinitiona SpringApplicationContextis provided, to allowTask's to automatically store and access data produced byTask's Created by Navid Mitchell on 3/19/20JobDefinitionStep Provides functionality for aStepthat will execute aJobDefinitionCreated by Navid Mitchell on 8/5/20JobScope The "Scope" that aJobDefinitionshould be executed in.JobService Created by Navid Mitchell on 3/19/20NoopTask<T> Created by Navid Mitchell on 7/7/20Progress Represents the progress of aJobDefinitionorTaskCreated by Navid Mitchell on 11/11/20Result<T> Created by Navid Mitchell on 3/19/20ResultOptions Created by Navid Mitchell on 11/11/20ResultType Created by Navid Mitchell on 11/11/20Step A step in aJobDefinitionCreated by Navid Mitchell on 3/25/20StepInfo Task<T> A general definition of a task that can be executed at some point in the future.Tasks Created by Navid Mitchell on 3/24/20TaskStep ValueTask<R> ATaskthat just passes the provided value straight through without any autowiring or invocation Created by Navid Mitchell on 3/19/20