Class ExtensionsModule

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

public class ExtensionsModule extends Object implements com.google.inject.Module
Module for the extensions loader. Add to the startup injector for Druid servers. Not visible to the StartupInjectorBuilder, so must be added by servers explicitly.
  • Constructor Details

    • ExtensionsModule

      public ExtensionsModule()
  • Method Details

    • configure

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