Status
Every event stream possesses a status. This is either enabled, disabled or paused. Event Streams are managed on an individual basis. A Receiver has the option to interrupt the flow of events from a specific stream by updating the Stream Status.
Status
The status must be retrieved for each stream indivually. Invoke /ssf/status and specify the stream_id.
Fill placeholders
Disable a stream
Disable the stream with the following request.
Fill placeholders
Pause a stream
Pause is similar to disable, but in this case events are not nesecceary lost. These may be queued.
Fill placeholders
Enable a stream
Enable the stream using the request provided below.
Fill placeholders