Data Stream URI

Each native data stream has a URI that uniquely identifies the stream.

The stream URI can be used to subscribe or publish to a stream. The stream URI contains information about the Sybase CEP Server hostname and port number and Stream URI "path" on this server. For example, the following stream URI points to stream /Stream/Default/PassThrough/InTrades running on Sybase CEP Server located on localhost and port 6789:

ccl://localhost:6789/Stream/Default/PassThrough/InTrades

Note that the URI uses "ccl:" instead of "http:".