public interface PipelineStreamConnectionsService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String streamId) |
PipelineConnections |
load(String streamId) |
Set<PipelineConnections> |
loadAll() |
PipelineConnections |
save(PipelineConnections connections) |
PipelineConnections save(PipelineConnections connections)
PipelineConnections load(String streamId) throws NotFoundException
NotFoundExceptionSet<PipelineConnections> loadAll()
void delete(String streamId)
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.