Package io.datarouter.storage.servertype
Interface ServerTypeDetector
- All Known Implementing Classes:
DatarouterServerTypeDetector,ServerTypeDetector.NoOpServerTypeDetector,ServerTypeDetector.OnlyDevelopmentServerTypeDetector
public interface ServerTypeDetector
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault voidbooleanboolean
-
Method Details
-
mightBeProduction
boolean mightBeProduction() -
mightBeDevelopment
boolean mightBeDevelopment() -
assertNotProductionServer
default void assertNotProductionServer()
-