public abstract class StreamsChangedEvent extends Object
| Constructor and Description |
|---|
StreamsChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
static StreamsChangedEvent |
create(com.google.common.collect.ImmutableSet<String> streamIds) |
static StreamsChangedEvent |
create(String streamId) |
abstract com.google.common.collect.ImmutableSet<String> |
streamIds() |
public abstract com.google.common.collect.ImmutableSet<String> streamIds()
public static StreamsChangedEvent create(com.google.common.collect.ImmutableSet<String> streamIds)
public static StreamsChangedEvent create(String streamId)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.