public class StorageEventProcessor extends java.lang.Object implements EventProcessorInterface
| Modifier and Type | Field and Description |
|---|---|
(package private) com.fasterxml.jackson.databind.ObjectMapper |
mapper |
| Constructor and Description |
|---|
StorageEventProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processevent(Event e)
Process event e
|
public boolean processevent(Event e)
EventProcessorInterfaceprocessevent in interface EventProcessorInterfacee - The event to process