Uses of Class
org.graylog.events.processor.DBEventProcessorStateService
Packages that use DBEventProcessorStateService
-
Uses of DBEventProcessorStateService in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type DBEventProcessorStateServiceModifierConstructorDescriptionDBEventDefinitionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, DBEventProcessorStateService stateService, EntityOwnershipService entityOwnerShipService, EntityScopeService entityScopeService) EventProcessorDependencyCheck(DBEventProcessorStateService stateService, DBProcessingStatusService processingStatusService) -
Uses of DBEventProcessorStateService in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type DBEventProcessorStateServiceModifierConstructorDescriptionAggregationEventProcessor(EventDefinition eventDefinition, AggregationSearch.Factory aggregationSearchFactory, EventProcessorDependencyCheck dependencyCheck, DBEventProcessorStateService stateService, MoreSearch moreSearch, EventStreamService eventStreamService, Messages messages)