Class TraceStepBuilderFactory

java.lang.Object
org.springframework.batch.core.configuration.annotation.StepBuilderFactory
org.springframework.cloud.sleuth.instrument.batch.TraceStepBuilderFactory

public class TraceStepBuilderFactory extends org.springframework.batch.core.configuration.annotation.StepBuilderFactory
StepBuilderFactory adding TraceStepExecutionListener.
Since:
3.1.0
Author:
Marcin Grzejszczak
  • Constructor Summary

    Constructors
    Constructor
    Description
    TraceStepBuilderFactory(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.batch.core.configuration.annotation.StepBuilderFactory delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.batch.core.step.builder.StepBuilder
    get(String name)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TraceStepBuilderFactory

      public TraceStepBuilderFactory(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.batch.core.configuration.annotation.StepBuilderFactory delegate)
  • Method Details

    • get

      public org.springframework.batch.core.step.builder.StepBuilder get(String name)
      Overrides:
      get in class org.springframework.batch.core.configuration.annotation.StepBuilderFactory