| Package | Description |
|---|---|
| org.graylog.plugins.pipelineprocessor.ast |
| Modifier and Type | Method and Description |
|---|---|
static Rule.Builder |
Rule.builder() |
abstract Rule.Builder |
Rule.Builder.generatedRule(GeneratedRule instance) |
abstract Rule.Builder |
Rule.Builder.generatedRuleClass(Class<? extends GeneratedRule> klass) |
abstract Rule.Builder |
Rule.Builder.id(String id) |
abstract Rule.Builder |
Rule.Builder.name(String name) |
abstract Rule.Builder |
Rule.Builder.then(Collection<Statement> actions) |
abstract Rule.Builder |
Rule.toBuilder() |
abstract Rule.Builder |
Rule.Builder.when(LogicalExpression condition) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.