Skip to content

Commit 6e17aa0

Browse files
committed
External API
1 parent 12ce5b1 commit 6e17aa0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/src/main/java/fr/epsilon/common/Epsilon.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ public static Epsilon get() {
8888
return singleton;
8989
}
9090

91+
public static Epsilon initExternal() {
92+
singleton = new Epsilon(false);
93+
return singleton;
94+
}
95+
9196
@Override
9297
public InstanceInformer runInstanceInformer() {
9398
informerFactory.startAllRegisteredInformers();

0 commit comments

Comments
 (0)