Class SqlHttpModule

java.lang.Object
org.apache.druid.sql.http.SqlHttpModule
All Implemented Interfaces:
com.google.inject.Module

public class SqlHttpModule extends Object implements com.google.inject.Module
The Module responsible for providing bindings to the SQL http endpoint
  • Constructor Details

    • SqlHttpModule

      public SqlHttpModule()
  • Method Details

    • configure

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