Uses of Interface
org.graylog.events.event.EventFactory
Packages that use EventFactory
Package
Description
-
Uses of EventFactory in org.graylog.events.event
Classes in org.graylog.events.event that implement EventFactory -
Uses of EventFactory in org.graylog.events.processor
Methods in org.graylog.events.processor with parameters of type EventFactoryModifier and TypeMethodDescriptionvoidEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters parameters, EventConsumer<List<EventWithContext>> eventsConsumer) Creates events by using the givenEventFactoryand passing them to the givenEventConsumer. -
Uses of EventFactory in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation with parameters of type EventFactoryModifier and TypeMethodDescriptionvoidAggregationEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters processorParameters, EventConsumer<List<EventWithContext>> eventsConsumer) -
Uses of EventFactory in org.graylog.events.processor.systemnotification
Methods in org.graylog.events.processor.systemnotification with parameters of type EventFactoryModifier and TypeMethodDescriptionvoidSystemNotificationEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters processorParameters, EventConsumer<List<EventWithContext>> eventsConsumer)