public interface StatisticsServiceEventResolver<T extends Event>
| Modifier and Type | Method and Description |
|---|---|
T |
getEvent() |
Map<String,Object> |
resolve()
Resolves the the request to Elasticsearch format
|
void |
setEvent(T event)
Sets the payload to the Resolver class.
|
void |
setHandlers(Map<String,StatisticsServiceEventHandler<?>> handlers)
before the processing the Handlers can be added to the resolver via spring xml
|
Map<String,Object> resolve()
void setHandlers(Map<String,StatisticsServiceEventHandler<?>> handlers)
handlers - the handlersvoid setEvent(T event)
resolve() method is called.event - the eventT getEvent()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.