public class HttpExporter<Data,Req extends com.google.protobuf.MessageLite,Resp extends com.google.protobuf.MessageLite> extends Object implements Exporter<Data>
| Constructor and Description |
|---|
HttpExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(Map<String,?> configs) |
CompletableFuture<Boolean> |
emit(Data data)
Filter and transform the events as appropriate and send to the specified destination.
|
Set<String> |
reconfigurableConfigs() |
void |
reconfigure(Map<String,?> configs) |
void |
validateReconfiguration(Map<String,?> configs) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrouteReadypublic void configure(Map<String,?> configs)
configure in interface org.apache.kafka.common.Configurablepublic CompletableFuture<Boolean> emit(Data data)
Exporterpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionpublic void reconfigure(Map<String,?> configs)
reconfigure in interface org.apache.kafka.common.Reconfigurablepublic Set<String> reconfigurableConfigs()
reconfigurableConfigs in interface org.apache.kafka.common.Reconfigurable