public class KafkaEmitterModule extends Object implements DruidModule
| Constructor and Description | 
|---|
KafkaEmitterModule()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(com.google.inject.Binder binder)  | 
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 Emitter getEmitter(KafkaEmitterConfig kafkaEmitterConfig, com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2011–2018. All rights reserved.