public abstract class InputWithExtractors extends Object
| Constructor and Description |
|---|
InputWithExtractors() |
| Modifier and Type | Method and Description |
|---|---|
static InputWithExtractors |
create(Input input) |
static InputWithExtractors |
create(Input input,
Iterable<Extractor> extractors) |
abstract com.google.common.collect.ImmutableList<Extractor> |
extractors() |
abstract Input |
input() |
public abstract Input input()
public abstract com.google.common.collect.ImmutableList<Extractor> extractors()
public static InputWithExtractors create(Input input, Iterable<Extractor> extractors)
public static InputWithExtractors create(Input input)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.