public interface StreamService extends PersistedService
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validateStream create(CreateRequest request, String userId)
Stream load(String id) throws NotFoundException
NotFoundExceptionvoid destroy(Stream stream) throws NotFoundException
NotFoundExceptionvoid pause(Stream stream) throws ValidationException
ValidationExceptionvoid resume(Stream stream) throws ValidationException
ValidationExceptionList<StreamRule> getStreamRules(Stream stream) throws NotFoundException
NotFoundExceptionList<AlertCondition> getAlertConditions(Stream stream)
AlertCondition getAlertCondition(Stream stream, String conditionId) throws NotFoundException
NotFoundExceptionvoid addAlertCondition(Stream stream, AlertCondition condition) throws ValidationException
ValidationExceptionvoid updateAlertCondition(Stream stream, AlertCondition condition) throws ValidationException
ValidationExceptionvoid removeOutputFromAllStreams(Output output)
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.