All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tuxdevelop.spring.batch.lightmin.service.MetricService Maven / Gradle / Ivy

The newest version!
package org.tuxdevelop.spring.batch.lightmin.service;

import org.tuxdevelop.spring.batch.lightmin.api.resource.monitoring.JobExecutionEventInfo;
import org.tuxdevelop.spring.batch.lightmin.api.resource.monitoring.StepExecutionEventInfo;
import org.tuxdevelop.spring.batch.lightmin.utils.LightminMetricSource;

public interface MetricService {

    void measureStepExecution(LightminMetricSource source, StepExecutionEventInfo stepExecutionEventInfo);

    void measureJobExecution(LightminMetricSource source, JobExecutionEventInfo jobExecutionEventInfo);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy