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