Class LifeCycleModule

java.lang.Object
io.airlift.bootstrap.LifeCycleModule
All Implemented Interfaces:
com.google.inject.Module

public class LifeCycleModule extends Object implements com.google.inject.Module
Guice module for binding the LifeCycle manager
  • Constructor Details

    • LifeCycleModule

      public LifeCycleModule()
  • Method Details

    • configure

      public void configure(com.google.inject.Binder binder)
      Specified by:
      configure in interface com.google.inject.Module
    • getServerManager

      @Provides public LifeCycleManager getServerManager() throws Exception
      Throws:
      Exception