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)
EventProcessorInterface
processevent
in interface EventProcessorInterface
e
- The event to process