Package | Description |
---|---|
org.graylog2.rest.resources.streams | |
org.graylog2.rest.resources.streams.requests | |
org.graylog2.streams |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StreamResource.create(CreateStreamRequest cr) |
Modifier and Type | Method and Description |
---|---|
static CreateStreamRequest |
CreateStreamRequest.create(String title,
String description,
List<CreateStreamRuleRequest> rules,
String contentPack) |
Modifier and Type | Method and Description |
---|---|
Stream |
StreamService.create(CreateStreamRequest request,
String userId) |
Stream |
StreamServiceImpl.create(CreateStreamRequest cr,
String userId) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.