Package org.apache.druid.guice
Class ExtensionsModule
java.lang.Object
org.apache.druid.guice.ExtensionsModule
- All Implemented Interfaces:
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.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTransfers the now-populated extension loader instance from the startup to the main injector. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExtensionsModule
public ExtensionsModule()
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configurein interfacecom.google.inject.Module
-