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