Package io.split.client
Interface SplitFactory
-
- All Known Implementing Classes:
LocalhostSplitFactory,SplitFactoryImpl
public interface SplitFactoryCreated by adilaijaz on 5/8/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SplitClientclient()voiddestroy()booleanisDestroyed()SplitManagermanager()
-
-
-
Method Detail
-
client
SplitClient client()
-
manager
SplitManager manager()
-
destroy
void destroy()
-
isDestroyed
boolean isDestroyed()
-
-