SQSAdapterFactory 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 SQSAdapterFactory : Orleans.Streams.IQueueAdapterFactory
type SQSAdapterFactory = class
interface IQueueAdapterFactory
Public Class SQSAdapterFactory
Implements IQueueAdapterFactory
- Inheritance
-
SQSAdapterFactory
- Implements
Constructors
Fields
DataConnectionStringPropertyName |
"DataConnectionString". |
DeploymentIdPropertyName |
"DeploymentId". |
NumQueuesDefaultValue |
Default number of Azure Queue used in this stream provider. |
Properties
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. |