public class KafkaEmitterModule extends Object implements DruidModule
| Constructor and Description |
|---|
KafkaEmitterModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.google.inject.Binder binder) |
com.metamx.emitter.core.Emitter |
getEmitter(KafkaEmitterConfig kafkaEmitterConfig,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
List<? extends com.fasterxml.jackson.databind.Module> |
getJacksonModules() |
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules in interface DruidModulepublic void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Module@Provides public com.metamx.emitter.core.Emitter getEmitter(KafkaEmitterConfig kafkaEmitterConfig, com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2011–2017. All rights reserved.