Record Class PipelineResolverConfig

java.lang.Object
java.lang.Record
org.graylog.plugins.pipelineprocessor.processors.PipelineResolverConfig
Record Components:
rulesSupplier - the rules stream supplier
pipelinesSupplier - the pipelines stream supplier
pipelineConnectionsSupplier - the pipeline connections supplier

public record PipelineResolverConfig(Supplier<Stream<RuleDao>> rulesSupplier, Supplier<Stream<PipelineDao>> pipelinesSupplier, Supplier<Stream<PipelineConnections>> pipelineConnectionsSupplier) extends Record
Pipeline resolver configuration.