![JAR search and dependency download from the Maven repository](/logo.png)
brainslug.flow.definition.DefinitionStore Maven / Gradle / Ivy
The newest version!
package brainslug.flow.definition;
import java.util.Collection;
public interface DefinitionStore {
void addDefinition(FlowDefinition flowDefinition);
Collection getDefinitions();
FlowDefinition findById(Identifier id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy