Class PreflightCheckModule

java.lang.Object
com.google.inject.AbstractModule
All Implemented Interfaces:
com.google.inject.Module

public abstract class PreflightCheckModule extends PluginModule
This Module can be implemented by Plugins that wish to perform preflight checks before the server is started.

The Module is used to set up minimal Guice Bindings necessary to run preflight checks.

  • Constructor Details

    • PreflightCheckModule

      public PreflightCheckModule()