Package org.apache.druid.server.emitter
Class ParametrizedUriEmitterModule
java.lang.Object
org.apache.druid.server.emitter.ParametrizedUriEmitterModule
- All Implemented Interfaces:
com.google.inject.Module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.google.inject.Binder binder) getEmitter(com.google.common.base.Supplier<ParametrizedUriEmitterConfig> config, com.google.common.base.Supplier<ParametrizedUriEmitterSSLClientConfig> parametrizedSSLClientConfig, SSLContext sslContext, Lifecycle lifecycle, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
-
Constructor Details
-
ParametrizedUriEmitterModule
public ParametrizedUriEmitterModule()
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configurein interfacecom.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)
-