Uses of Interface
org.springframework.batch.core.step.tasklet.Tasklet
Packages that use Tasklet
Package
Description
Parsers for XML based configuration
Step level builders for java based job configuration.
Specific implementations of step concerns for item-oriented approach.
Interfaces and generic implementations of tasklet concerns.
-
Uses of Tasklet in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml that return TaskletMethods in org.springframework.batch.core.configuration.xml with parameters of type TaskletModifier and TypeMethodDescriptionvoidStepParserStepFactoryBean.setTasklet(Tasklet tasklet) A preconfiguredTaskletto use. -
Uses of Tasklet in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return TaskletModifier and TypeMethodDescriptionprotected abstract TaskletAbstractTaskletStepBuilder.createTasklet()protected TaskletFaultTolerantStepBuilder.createTasklet()Create a new chunk oriented tasklet with reader, writer and processor as provided.protected TaskletSimpleStepBuilder.createTasklet()protected TaskletTaskletStepBuilder.createTasklet()Methods in org.springframework.batch.core.step.builder with parameters of type TaskletModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.StepBuilder.tasklet(Tasklet tasklet, org.springframework.transaction.PlatformTransactionManager transactionManager) Build a step with a custom tasklet, not necessarily item processing.Deprecated, for removal: This API element is subject to removal in a future version.TaskletStepBuilder.tasklet(Tasklet tasklet, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of Tasklet in org.springframework.batch.core.step.item
Classes in org.springframework.batch.core.step.item that implement TaskletModifier and TypeClassDescriptionclassATaskletimplementing variations on read-process-write item handling. -
Uses of Tasklet in org.springframework.batch.core.step.tasklet
Subinterfaces of Tasklet in org.springframework.batch.core.step.taskletModifier and TypeInterfaceDescriptioninterfaceAn extension to theTaskletinterface to allow users to add logic for stopping a tasklet.Classes in org.springframework.batch.core.step.tasklet that implement TaskletModifier and TypeClassDescriptionclassclassATaskletthat wraps a method in a POJO.classTaskletthat executes a system command.Methods in org.springframework.batch.core.step.tasklet that return TaskletModifier and TypeMethodDescriptionTaskletStep.getTasklet()retrieve the tasklet - helper method for JobOperatorMethods in org.springframework.batch.core.step.tasklet with parameters of type TaskletModifier and TypeMethodDescriptionvoidTaskletStep.setTasklet(Tasklet tasklet) Public setter for theTasklet.
StepBuilder.tasklet(Tasklet, PlatformTransactionManager)