Class PublisherPool
Inheritance
PublisherPool
Assembly: Volo.Abp.AzureServiceBus.dll
Syntax
public class PublisherPool : IPublisherPool, IAsyncDisposable, ISingletonDependency
Constructors
PublisherPool(IConnectionPool)
Declaration
public PublisherPool(IConnectionPool connectionPool)
Parameters
Properties
Logger
Declaration
public ILogger<PublisherPool> Logger { get; set; }
Property Value
Methods
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
GetAsync(string, string?)
Declaration
public Task<ServiceBusSender> GetAsync(string topicName, string? connectionName)
Parameters
Type |
Name |
Description |
string |
topicName |
|
string |
connectionName |
|
Returns
Type |
Description |
Task<ServiceBusSender> |
|
Implements
Extension Methods