Java org.springframework.batch.repeat.support RepeatSynchronizationManager fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.repeat.support RepeatSynchronizationManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.repeat.support RepeatSynchronizationManager.

The text is from its open source code.

Method

RepeatContextclear()
Clear the current context at the end of a batch - should only be used by RepeatOperations implementations.
RepeatContextgetContext()
Getter for the current context.
RepeatContextregister(RepeatContext context)
Method for registering a context - should only be used by RepeatOperations implementations to ensure that #getContext() always returns the correct value.