public class SimpleEventProcessor<T> extends java.lang.Object implements EventProcessor<T>
| Constructor and Description |
|---|
SimpleEventProcessor(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
process(org.apache.kafka.clients.consumer.ConsumerRecord<Key,Payload> event,
java.util.Optional<T> existing) |
public SimpleEventProcessor(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
java.lang.Class<T> type)