public class PersistToStreamsStorageHandler extends Object implements EventStorageHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistToStreamsStorageHandler.Config |
static interface |
PersistToStreamsStorageHandler.Factory |
| Constructor and Description |
|---|
PersistToStreamsStorageHandler(EventStorageHandler.Config config,
EventIndexer indices) |
| Modifier and Type | Method and Description |
|---|---|
EventStorageHandlerCheckResult |
checkPreconditions() |
void |
handleEvents(List<EventWithContext> eventsWithContext) |
@Inject public PersistToStreamsStorageHandler(EventStorageHandler.Config config, EventIndexer indices)
public void handleEvents(List<EventWithContext> eventsWithContext)
handleEvents in interface EventStorageHandlerpublic EventStorageHandlerCheckResult checkPreconditions()
checkPreconditions in interface EventStorageHandlerCopyright © 2012–2021 Graylog, Inc.. All rights reserved.