AzureQueueAdapterFactory<TDataAdapter> Class
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.
Factory class for Azure Queue based stream provider.
public class AzureQueueAdapterFactory<TDataAdapter> : Orleans.Streams.IQueueAdapterFactory where TDataAdapter : IAzureQueueDataAdapter
type AzureQueueAdapterFactory<'DataAdapter (requires 'DataAdapter :> IAzureQueueDataAdapter)> = class
interface IQueueAdapterFactory
Public Class AzureQueueAdapterFactory(Of TDataAdapter)
Implements IQueueAdapterFactory
Type Parameters
- TDataAdapter
- Inheritance
-
AzureQueueAdapterFactory<TDataAdapter>
- Implements
Constructors
Properties
SerializationManager |
Gets the serialization manager. |
StreamFailureHandlerFactory |
Application level failure handler override. |
Methods
Create(IServiceProvider, String) | |
CreateAdapter() |
Creates the Azure Queue based adapter. |
GetDeliveryFailureHandler(QueueId) |
Creates a delivery failure handler for the specified queue. |
GetQueueAdapterCache() |
Creates the adapter cache. |
GetStreamQueueMapper() |
Creates the factory stream queue mapper. |
Init() |
Init the factory. |
Init(IProviderConfiguration, String, Logger, IServiceProvider) |
Init the factory. |