# Functions
New returns a new instance of a WebNotifier.
NewHTTPNotifier returns a new instance of an HTTPNotifier.
NewObserver returns observer.
NewWSNotifier returns a new instance of an WSNotifier.
PrepareTopicMessage prepares topic message.
# Structs
Action represents service.DIDCommAction.
HTTPNotifier is a webhook dispatcher capable of notifying multiple subscribers via HTTP.
Observer instance.
StateMsg represents service.StateMsg.
WebNotifier is a dispatcher capable of notifying multiple subscribers via HTTP Webhooks and WebSockets.
WSNotifier is a dispatcher capable of notifying multiple subscribers via WebSocket.
# Interfaces
Notifier represents a notification dispatcher.