public abstract class CollectorListResponse extends Object
| Constructor and Description |
|---|
CollectorListResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<Collector> |
collectors() |
static CollectorListResponse |
create(long total,
Collection<Collector> collectors) |
abstract long |
total() |
public abstract long total()
public abstract Collection<Collector> collectors()
public static CollectorListResponse create(long total, Collection<Collector> collectors)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.