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

com.emc.mongoose.base.load.step.LoadStepManagerService Maven / Gradle / Ivy

There is a newer version: 4.3.10
Show newest version
package com.emc.mongoose.base.load.step;

import com.emc.mongoose.base.svc.Service;
import com.github.akurilov.confuse.Config;
import java.rmi.RemoteException;
import java.util.List;

public interface LoadStepManagerService extends Service {

	String SVC_NAME = "load/step/manager";

	String getStepService(final String stepType, final Config config, final List ctxConfigs)
					throws RemoteException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy