public interface EventProcessorParametersWithTimerange extends EventProcessorParameters
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventProcessorParametersWithTimerange.Builder<SELF> |
static class |
EventProcessorParametersWithTimerange.FallbackParameters |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_TIMERANGE |
TYPE_FIELD| Modifier and Type | Method and Description |
|---|---|
TimeRange |
timerange() |
EventProcessorParametersWithTimerange |
withTimerange(org.joda.time.DateTime from,
org.joda.time.DateTime to) |
typestatic final String FIELD_TIMERANGE
TimeRange timerange()
EventProcessorParametersWithTimerange withTimerange(org.joda.time.DateTime from, org.joda.time.DateTime to)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.