com.marklogic.hub.step.StepDefinitionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
package com.marklogic.hub.step;
/**
* Abstracts how a StepDefinition is provided to a client so that it can come from MarkLogic, from a filesystem, or from
* other location.
*/
public interface StepDefinitionProvider {
StepDefinition getStepDefinition(String name, StepDefinition.StepDefinitionType type);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy