IQueueAdapterFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adapter factory. This should create an adapter from the stream provider configuration
public interface IQueueAdapterFactory
type IQueueAdapterFactory = interface
Public Interface IQueueAdapterFactory
- Derived
Methods
CreateAdapter() |
Creates a queue adapter. |
GetDeliveryFailureHandler(QueueId) |
Acquire delivery failure handler for a queue |
GetQueueAdapterCache() |
Creates queue message cache adapter. |
GetStreamQueueMapper() |
Creates a queue mapper. |
Init(IProviderConfiguration, String, Logger, IServiceProvider) |