Edit

Share via


SQSAdapterFactory Class

Definition

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

SQSAdapterFactory()
SQSAdapterFactory(String, SqsOptions, HashRingStreamQueueMapperOptions, SimpleQueueCacheOptions, IOptions<ClusterOptions>, Serializer, ILoggerFactory)
SQSAdapterFactory(String, SqsOptions, HashRingStreamQueueMapperOptions, SimpleQueueCacheOptions, IServiceProvider, IOptions<ClusterOptions>, SerializationManager, ILoggerFactory)

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.

Applies to