We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ce5b1 commit 6e17aa0Copy full SHA for 6e17aa0
common/src/main/java/fr/epsilon/common/Epsilon.java
@@ -88,6 +88,11 @@ public static Epsilon get() {
88
return singleton;
89
}
90
91
+ public static Epsilon initExternal() {
92
+ singleton = new Epsilon(false);
93
+ return singleton;
94
+ }
95
+
96
@Override
97
public InstanceInformer runInstanceInformer() {
98
informerFactory.startAllRegisteredInformers();
0 commit comments