Package io.datarouter.storage.servertype
Interface ServerTypeDetector
- All Known Implementing Classes:
DatarouterServerTypeDetector,ServerTypeDetector.NoOpServerTypeDetector,ServerTypeDetector.OnlyDevelopmentServerTypeDetector
public interface ServerTypeDetector
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServerTypeDetector.NoOpServerTypeDetectorstatic classServerTypeDetector.OnlyDevelopmentServerTypeDetector -
Method Summary
Modifier and Type Method Description default voidassertNotProductionServer()booleanmightBeDevelopment()booleanmightBeProduction()
-
Method Details
-
mightBeProduction
boolean mightBeProduction() -
mightBeDevelopment
boolean mightBeDevelopment() -
assertNotProductionServer
default void assertNotProductionServer()
-