The result of a query stream iteration.
readonly statusCode: StatusCode
Status of the topic query
readonly message?: QueryMessage
The optional message containing the details of any topic found or removed.
If the status code is StatusCode.success and the message is undefined then that indicates that initial snapshot of topics matching the query is complete. The stream can be kept open to listen for adds and removes, or closed to continue with the initial list of matched topics.