Uses of Interface
org.graylog.plugins.pipelineprocessor.db.PaginatedRuleService
Packages that use PaginatedRuleService
Package
Description
-
Uses of PaginatedRuleService in org.graylog.plugins.pipelineprocessor.db.mongodb
Classes in org.graylog.plugins.pipelineprocessor.db.mongodb that implement PaginatedRuleService -
Uses of PaginatedRuleService in org.graylog.plugins.pipelineprocessor.rest
Constructors in org.graylog.plugins.pipelineprocessor.rest with parameters of type PaginatedRuleServiceModifierConstructorDescriptionRuleResource(RuleService ruleService, RuleSimulator ruleSimulator, PipelineService pipelineService, RuleMetricsConfigService ruleMetricsConfigService, PipelineRuleService pipelineRuleService, PaginatedRuleService paginatedRuleService, FunctionRegistry functionRegistry, PipelineServiceHelper pipelineServiceHelper, StreamService streamService, RuleBuilderService ruleBuilderService)