# Functions
NewStreamerClient creates new streamer client with an empty listeners list The created streamer is ready to serve new listeners after they are added via AddListener() call.
# Constants
No description provided by the author
# Interfaces
Streamer Client Interface The package implememntation provides NewStreamerClient(cr registry.CloudRegistry) Client method to create New streamer clients.
Listener interface defines Stream Listener which will become the receiver of streaming updates for a registered stream Each received update will be unmarshalled into the Listener's update data type determined by the actual type returned by Listener's New() receiver method.