1.3.0 • Published 7 years ago

@unclepaul/allcount-azure-event-hubs-module v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

allcount-azure-event-hubs-module

Provides ability to publish to Azure Event Hubs from CRUD hooks.

Sample configuration

A.app({
   
    azureEventHubsPublish: {
        connectionString:'<Event Hubs Conn Str>',
        path:'<Event Hubs Path>',
        autoPublishCrudActions:false,
        autoPublishCrudActionsEntityIncludeFilter:".*"
    });