Class ParametrizedUriEmitterModule

java.lang.Object
org.apache.druid.server.emitter.ParametrizedUriEmitterModule
All Implemented Interfaces:
com.google.inject.Module

public class ParametrizedUriEmitterModule extends Object implements com.google.inject.Module
  • Constructor Details

    • ParametrizedUriEmitterModule

      public ParametrizedUriEmitterModule()
  • Method Details

    • configure

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

      @Provides public Emitter getEmitter(com.google.common.base.Supplier<ParametrizedUriEmitterConfig> config, com.google.common.base.Supplier<ParametrizedUriEmitterSSLClientConfig> parametrizedSSLClientConfig, @Nullable SSLContext sslContext, Lifecycle lifecycle, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)