public interface Listener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(List<T> events) |
default void |
onMappingException(com.fasterxml.jackson.databind.JsonMappingException e) |
void accept(List<T> events) throws IOException, EventAlreadyProcessedException
default void onMappingException(com.fasterxml.jackson.databind.JsonMappingException e)
throws com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.JsonMappingExceptionCopyright © 2016 Zalando SE. All rights reserved.