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

com.arextest.schedule.planexecution.PlanExecutionMonitor Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.planexecution;

import com.arextest.schedule.model.ReplayPlan;

/**
 * Created by Qzmo on 2023/6/16
 */
public interface PlanExecutionMonitor {

  void register(ReplayPlan plan);

  void deregister(ReplayPlan plan);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy