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(java.lang.String jobName, java.lang.String stepName)
           
 

Method Detail

createMetricsForStep

StepExecutionMetrics createMetricsForStep(java.lang.String jobName,
                                          java.lang.String stepName)


Copyright © 2011. All Rights Reserved.