# Functions
AddTopicHandler is a way to plug in a handler for receiving messages from a Dapr pub-sub topic It's pretty simple and the handler is passed the CloudEvent data, for them to decode.
Subscribe is a HTTP handler that lets Dapr know what topics we subscribe to.
# Structs
No description provided by the author