Interface IAsyncConnectionFactory
Defines a connection factory capable of using an asynchronous consumer dispatcher which is compatible with IAsyncBasicConsumer.
public interface IAsyncConnectionFactory : IConnectionFactory
- Inherited Members
Properties
DispatchConsumersAsync
Gets or sets a value indicating whether an asynchronous consumer dispatcher which is compatible with IAsyncBasicConsumer is used.
bool DispatchConsumersAsync { get; set; }
Property Value
- bool
true if an asynchronous consumer dispatcher which is compatible with IAsyncBasicConsumer is used; otherwise, false.
- See Also