Interface ServerTypeDetector

All Known Implementing Classes:
DatarouterServerTypeDetector, ServerTypeDetector.NoOpServerTypeDetector, ServerTypeDetector.OnlyDevelopmentServerTypeDetector

public interface ServerTypeDetector
  • Method Details

    • mightBeProduction

      boolean mightBeProduction()
    • mightBeDevelopment

      boolean mightBeDevelopment()
    • assertNotProductionServer

      default void assertNotProductionServer()