public static interface MoreSearch.ScrollCallback
MoreSearch.scrollQuery(String, Set, Set, TimeRange, int, ScrollCallback).| Modifier and Type | Method and Description |
|---|---|
void |
call(List<ResultMessage> messages,
AtomicBoolean continueScrolling)
This will be called with message batches from a scroll query.
|
void call(List<ResultMessage> messages, AtomicBoolean continueScrolling) throws EventProcessorException
continueScrolling boolean can be set to false.messages - the message batchcontinueScrolling - the boolean that can be set to false to stop the scroll queryEventProcessorExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.