public abstract class CreateOutputRequest extends Object
Constructor and Description |
---|
CreateOutputRequest() |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,Object> |
configuration() |
abstract String |
contentPack() |
static CreateOutputRequest |
create(String title,
String type,
Map<String,Object> configuration,
Set<String> streams) |
static CreateOutputRequest |
create(String title,
String type,
Map<String,Object> configuration,
Set<String> streams,
String contentPack) |
abstract Set<String> |
streams() |
abstract String |
title() |
abstract String |
type() |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.