Publish an item to this Topic.
The item to publish.
Subscribe to items published to this topic.
Each subscription receives all items published to the topic.
The name of the subscription.
A callback to handle each item published to the topic.
Generated using TypeDoc
A Topic is used to distribute work which will be run concurrently by any
susbcribed handlers. Producers can [[publish]] to the topic, and consumers
can [[subscribe]] to be notified when new items are published.