Namespace topic push delivery event handlers
An event handler is typically an application or Azure service that receives events sent by namespace topics' push delivery mechanism. Event handlers, or sometimes called destinations, receive events and usually take an action as a way to react to the event. For example, you can use any public endpoint (webhook) to handle events. The webhook doesn't need to be hosted on Azure.
Supported event handlers
Here are the supported event handlers:
- Event Hubs
- Webhooks (preview)
Next steps
- For an introduction to Event Grid's Push Delivery, see Namespace Topics - Push Delivery.