Uses of Class
org.graylog.plugins.pipelineprocessor.processors.ConfigurationStateUpdater
Packages that use ConfigurationStateUpdater
Package
Description
-
Uses of ConfigurationStateUpdater in org.graylog.plugins.pipelineprocessor
Constructors in org.graylog.plugins.pipelineprocessor with parameters of type ConfigurationStateUpdaterModifierConstructorDescriptionPipelineProcessorMessageDecorator(PipelineInterpreter pipelineInterpreter, ConfigurationStateUpdater pipelineStateUpdater, MessageFactory messageFactory, Decorator decorator) -
Uses of ConfigurationStateUpdater in org.graylog.plugins.pipelineprocessor.processors
Constructors in org.graylog.plugins.pipelineprocessor.processors with parameters of type ConfigurationStateUpdaterModifierConstructorDescriptionPipelineInterpreter(MessageQueueAcknowledger messageQueueAcknowledger, com.codahale.metrics.MetricRegistry metricRegistry, ConfigurationStateUpdater stateUpdater) -
Uses of ConfigurationStateUpdater in org.graylog.plugins.pipelineprocessor.rest
Constructors in org.graylog.plugins.pipelineprocessor.rest with parameters of type ConfigurationStateUpdaterModifierConstructorDescriptionSimulatorResource(PipelineInterpreter pipelineInterpreter, ConfigurationStateUpdater pipelineStateUpdater, StreamService streamService, MessageFactory messageFactory) -
Uses of ConfigurationStateUpdater in org.graylog.plugins.pipelineprocessor.simulator
Constructors in org.graylog.plugins.pipelineprocessor.simulator with parameters of type ConfigurationStateUpdaterModifierConstructorDescriptionRuleSimulator(ConfigurationStateUpdater configurationStateUpdater, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory)