public class EventEmitterImpl extends Object implements io.confluent.telemetry.api.events.EventEmitter, org.apache.kafka.common.Configurable
| Constructor and Description |
|---|
EventEmitterImpl(Map<String,?> configs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(Map<String,?> configs) |
void |
emit(io.confluent.telemetry.api.events.Event event) |
void |
setEventLabels(Map<String,String> labels) |
public void emit(io.confluent.telemetry.api.events.Event event)
throws RuntimeException
emit in interface io.confluent.telemetry.api.events.EventEmitterRuntimeExceptionpublic void configure(Map<String,?> configs)
configure in interface org.apache.kafka.common.Configurablepublic void close()
close in interface AutoCloseable