java.lang.Object
org.springframework.batch.core.configuration.support.MapStepRegistry
All Implemented Interfaces:
StepRegistry

public class MapStepRegistry extends Object implements StepRegistry
Simple map-based implementation of StepRegistry. Access to the map is synchronized and guarded by an internal lock.
Author:
Sebastien Gerard, Stephane Nicoll
  • Constructor Details

    • MapStepRegistry

      public MapStepRegistry()
  • Method Details