org.springframework.batch.admin.jmx
Interface StepExecutionMetricsFactory


public interface StepExecutionMetricsFactory

Strategy for creating StepExecutionMetrics. Can be used to customize the exposed metrics for step executions.

Author:
Dave Syer

Method Summary
 StepExecutionMetrics createMetricsForStep(String jobName, String stepName)
           
 

Method Detail

createMetricsForStep

StepExecutionMetrics createMetricsForStep(String jobName,
                                          String stepName)


Copyright © 2011. All Rights Reserved.