public abstract class RulesChangedEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RulesChangedEvent.Builder |
| Constructor and Description |
|---|
RulesChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
static RulesChangedEvent.Builder |
builder() |
static RulesChangedEvent |
create(Set<String> deletedIds,
Set<String> updatedIds) |
static RulesChangedEvent |
deletedRuleId(String id) |
abstract Set<String> |
deletedRuleIds() |
static RulesChangedEvent |
updatedRuleId(String id) |
abstract Set<String> |
updatedRuleIds() |
public static RulesChangedEvent.Builder builder()
public static RulesChangedEvent updatedRuleId(String id)
public static RulesChangedEvent deletedRuleId(String id)
public static RulesChangedEvent create(Set<String> deletedIds, Set<String> updatedIds)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.