Package dev.galasa.framework.spi.streams
Interface IStreamsService
public interface IStreamsService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteStream
(String streamName) Deletes a test stream stored in the Configuration Property Store (CPS) with a matching name.getStreamByName
(String streamName) Returns a test stream stored in the Configuration Property Store (CPS) with a matching name.Returns a list of all the test streams stored in the Configuration Property Store (CPS).
-
Method Details
-
getStreams
Returns a list of all the test streams stored in the Configuration Property Store (CPS).- Returns:
- a list of all test streams stored in the Configuration Property Store (CPS).
- Throws:
StreamsException
- if there is an issue accessing the CPS.
-
getStreamByName
Returns a test stream stored in the Configuration Property Store (CPS) with a matching name.- Returns:
- a stream stored in the Configuration Property Store (CPS) with a matching name.
- Throws:
StreamsException
- if there is an issue accessing the CPS.
-
deleteStream
Deletes a test stream stored in the Configuration Property Store (CPS) with a matching name.- Throws:
StreamsException
- if there is an issue accessing the CPS.
-