public abstract class DecoratorImpl extends Object implements Decorator, Comparable
| Modifier and Type | Class and Description |
|---|---|
static class |
DecoratorImpl.Builder |
| Constructor and Description |
|---|
DecoratorImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
abstract Map<String,Object> |
config() |
static Decorator |
create(String type,
Map<String,Object> config,
int order) |
static Decorator |
create(String type,
Map<String,Object> config,
Optional<String> stream,
int order) |
static DecoratorImpl |
create(String id,
String type,
Map<String,Object> config,
Optional<String> stream,
int order) |
abstract String |
id() |
abstract int |
order() |
abstract Optional<String> |
stream() |
abstract DecoratorImpl.Builder |
toBuilder() |
abstract @NotBlank String |
type() |
public int compareTo(Object o)
compareTo in interface Comparablepublic abstract DecoratorImpl.Builder toBuilder()
public static DecoratorImpl create(@Nullable String id, String type, Map<String,Object> config, Optional<String> stream, int order)
public static Decorator create(String type, Map<String,Object> config, Optional<String> stream, int order)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.