TECHIS.Cloud.TopicSubscriptions
1.0.1
Publish and Subscribe to Azure ServiceBus Topics using a simple API.
Use the PublicationManager of T (ideally, T should be either string or byte[].)
Use PublicationResourceManager to list and delete resources (entities like topics, subscription)
Requires an Azure ServiceBus Account that supports Topics. The config is stored in the cloud, please see TECHIS.Cloud.Configuration.
Install-Package TECHIS.Cloud.TopicSubscriptions -Version 1.0.1
dotnet add package TECHIS.Cloud.TopicSubscriptions --version 1.0.1
<PackageReference Include="TECHIS.Cloud.TopicSubscriptions" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TECHIS.Cloud.TopicSubscriptions --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TECHIS.Cloud.TopicSubscriptions, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
With updated .NET Standard (netstandard2.0) packages using the new 'Microsoft.Azure.ServiceBus' namespace package.
Dependencies
-
.NETStandard 2.0
- Microsoft.Azure.Management.ServiceBus (>= 2.1.0)
- Microsoft.Azure.ServiceBus (>= 4.1.1)
- TECHIS.Cloud.Configuration (>= 2.0.10)
- TECHIS.Core (>= 4.0.13)
- TECHIS.Messaging (>= 0.2.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.