Add File
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
package com.agentsflex.core.store;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
public interface DocumentStoreConfig extends Serializable {
|
||||||
|
|
||||||
|
boolean checkAvailable();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user