Class ServerModule

java.lang.Object
org.apache.druid.guice.ServerModule
All Implemented Interfaces:
com.google.inject.Module, DruidModule

public class ServerModule extends Object implements DruidModule
  • Field Details

  • Constructor Details

    • ServerModule

      public ServerModule()
  • Method Details

    • configure

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

      @Provides public ScheduledExecutorFactory getScheduledExecutorFactory(Lifecycle lifecycle)
    • getJacksonModules

      public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
      Specified by:
      getJacksonModules in interface DruidModule