public interface InputStatusService
| Modifier and Type | Method and Description |
|---|---|
int |
delete(String inputId)
Remove the status record for a given Input
|
Optional<InputStatusRecord> |
get(String inputId)
Get the saved status record for an Input.
|
InputStatusRecord |
save(InputStatusRecord statusRecord)
Save the status record for an Input.
|
Optional<InputStatusRecord> get(String inputId)
inputId - ID of the input whose status you want to getInputStatusRecord save(InputStatusRecord statusRecord)
statusRecord - The Input status record to saveint delete(String inputId)
inputId - ID of the input whose status you want to deleteCopyright © 2012–2021 Graylog, Inc.. All rights reserved.