SimpleAzureQueueAdapterFactory 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 Simple Azure Queue based stream provider.
public class SimpleAzureQueueAdapterFactory : Orleans.Streams.IQueueAdapterFactory
type SimpleAzureQueueAdapterFactory = class
interface IQueueAdapterFactory
Public Class SimpleAzureQueueAdapterFactory
Implements IQueueAdapterFactory
- Inheritance
-
SimpleAzureQueueAdapterFactory
- Implements
Constructors
SimpleAzureQueueAdapterFactory() | |
SimpleAzureQueueAdapterFactory(String, SimpleAzureQueueStreamOptions, IServiceProvider, ILoggerFactory) |
Fields
QUEUE_NAME_STRING |
"QueueName". |
Methods
CreateAdapter() |
Creates the Simple 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(IProviderConfiguration, String, Logger, IServiceProvider) |
Init the factory. |