# Functions
NewForwarder creates a forwarder which will subscribe to the topic provided in the config using the provided subscriber.
No description provided by the author
# Structs
No description provided by the author
Forwarder subscribes to the topic provided in the config and publishes them to the destination topic embedded in the enveloped message.
Publisher changes `Publish` method behavior so it wraps a sent message in an envelope and sends it to the forwarder topic provided in the config.
No description provided by the author