Class ProcessorPool
Inheritance
object
ProcessorPool
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AzureServiceBus
Assembly: Volo.Abp.AzureServiceBus.dll
Syntax
public class ProcessorPool : IProcessorPool, IAsyncDisposable, ISingletonDependency
Constructors
ProcessorPool(IOptions<AbpAzureServiceBusOptions>, IConnectionPool)
Declaration
public ProcessorPool(IOptions<AbpAzureServiceBusOptions> options, IConnectionPool connectionPool)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.Options.IOptions<TOptions><AbpAzureServiceBusOptions> | options | |
| IConnectionPool | connectionPool |
Properties
Logger
Declaration
public ILogger<ProcessorPool> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><ProcessorPool> |
Methods
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.ValueTask |
GetAsync(string, string, string)
Declaration
public Task<ServiceBusProcessor> GetAsync(string subscriptionName, string topicName, string connectionName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | subscriptionName | |
| string | topicName | |
| string | connectionName |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><ServiceBusProcessor> |
Implements
System.IAsyncDisposable