Uses of Class
org.springframework.batch.core.step.builder.AbstractTaskletStepBuilder
Packages that use AbstractTaskletStepBuilder
Package
Description
Parsers for XML based configuration
Step level builders for java based job configuration.
Components for remote chunking.
-
Uses of AbstractTaskletStepBuilder in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type AbstractTaskletStepBuilderModifier and TypeMethodDescriptionprotected voidStepParserStepFactoryBean.enhanceTaskletStepBuilder(AbstractTaskletStepBuilder<?> builder) -
Uses of AbstractTaskletStepBuilder in org.springframework.batch.core.step.builder
Classes in org.springframework.batch.core.step.builder with type parameters of type AbstractTaskletStepBuilderModifier and TypeClassDescriptionclassAbstractTaskletStepBuilder<B extends AbstractTaskletStepBuilder<B>>Base class for step builders that want to build aTaskletStep.Subclasses of AbstractTaskletStepBuilder in org.springframework.batch.core.step.builderModifier and TypeClassDescriptionclassA step builder for fully fault tolerant chunk-oriented item processing steps.classSimpleStepBuilder<I,O> Step builder for simple item processing (chunk oriented) steps.classBuilder for tasklet step based on a custom tasklet (not item oriented).Methods in org.springframework.batch.core.step.builder that return AbstractTaskletStepBuilderModifier and TypeMethodDescriptionAbstractTaskletStepBuilder.exceptionHandler(ExceptionHandler exceptionHandler) Sets the exception handler to use in the case of tasklet failures.AbstractTaskletStepBuilder.listener(ChunkListener listener) Register a chunk listener.AbstractTaskletStepBuilder.stepOperations(RepeatOperations repeatTemplate) Sets the repeat template used for iterating the tasklet execution.AbstractTaskletStepBuilder.stream(ItemStream stream) Register a stream for callbacks that manage restart data.FaultTolerantStepBuilder.stream(ItemStream stream) AbstractTaskletStepBuilder.taskExecutor(org.springframework.core.task.TaskExecutor taskExecutor) Provide a task executor to use when executing the tasklet.AbstractTaskletStepBuilder.throttleLimit(int throttleLimit) In the case of an asynchronoustaskExecutor(TaskExecutor)the number of concurrent tasklet executions can be throttled (beyond any throttling provided by a thread pool).AbstractTaskletStepBuilder.transactionAttribute(org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute) Sets the transaction attributes for the tasklet execution.FaultTolerantStepBuilder.transactionAttribute(org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute) -
Uses of AbstractTaskletStepBuilder in org.springframework.batch.integration.chunk
Subclasses of AbstractTaskletStepBuilder in org.springframework.batch.integration.chunkModifier and TypeClassDescriptionclassBuilder for a manager step in a remote chunking setup.