| Modifier and Type | Method and Description |
|---|---|
static <EVENT> GeterDun<EVENT> |
GeterDun.geterDun(Class<EVENT> eventClass,
String location,
EventProcessor<EVENT> processor)
Creates a new GeterDun that swallows log corruption exceptions and
processing exceptions, and rotates logs every hour.
|
static <EVENT> GeterDun<EVENT> |
GeterDun.geterDun(Class<EVENT> eventClass,
String location,
EventProcessor<EVENT> processor,
CorruptionHandler corruptionHandler,
long frequency,
FailureHandler<EVENT> failureHandler) |
void |
GeterDun.geterDun(EVENT event)
Durably records an event and will periodically retry it if the first
attempt to write the event doesn't succeed.
|
Copyright © 2014. All rights reserved.