A simple notifier used for sending messages to the service. Currently only HTTP notifier is implemented.
Notifier should be used trough Client
interface in notifier
package.
HTTPNotifier
is the implementation of the Client
interface that uses HTTP POST requests to send messages. Number of simultaneous requests is limited by configuration. Response from the server is send back to the caller using the callback
function.