com.github.obhen233.plugin.AsyncStorePlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purslane-engine Show documentation
Show all versions of purslane-engine Show documentation
A rule engine,easy to expand,and easy to use.
The newest version!
package com.github.obhen233.plugin;
import com.github.obhen233.element.Root;
import java.util.List;
public abstract class AsyncStorePlugin implements StorePlugin{
public abstract boolean saveRoots(List roots);
public abstract List getRoots();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy