public class KafkaProducerBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
outputMap |
protected String |
outputType |
protected String |
topicName |
| Constructor and Description |
|---|
KafkaProducerBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeOutput() |
String |
getTopicName() |
void |
init(String aTopicName) |
void |
sendMessage(String aMessage) |
Copyright © 2020. All rights reserved.