@unclepaul/allcount-azure-event-hubs-module

1.3.0 • Public • Published

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:".*"
    });

Readme

Keywords

none

Package Sidebar

Install

npm i @unclepaul/allcount-azure-event-hubs-module

Weekly Downloads

0

Version

1.3.0

License

MIT

Last publish

Collaborators

  • unclepaul84