Package org.graylog.events.processor
Interface EventProcessorParametersWithTimerange
- All Superinterfaces:
EventProcessorParameters
- All Known Implementing Classes:
AggregationEventProcessorParameters,EventProcessorParametersWithTimerange.FallbackParameters
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic class -
Field Summary
FieldsFields inherited from interface org.graylog.events.processor.EventProcessorParameters
TYPE_FIELD -
Method Summary
Modifier and TypeMethodDescriptionwithTimerange(org.joda.time.DateTime from, org.joda.time.DateTime to) Methods inherited from interface org.graylog.events.processor.EventProcessorParameters
type
-
Field Details
-
FIELD_TIMERANGE
- See Also:
-
-
Method Details
-
timerange
TimeRange timerange() -
withTimerange
EventProcessorParametersWithTimerange withTimerange(org.joda.time.DateTime from, org.joda.time.DateTime to)
-