ClusterClientSqsStreamConfigurator
class
Namespace: Orleans.Hosting
Configures an Amazon SQS-backed persistent stream provider on an Orleans client.
public class ClusterClientSqsStreamConfigurator : ClusterClientPersistentStreamConfiguratorConstructors
ClusterClientSqsStreamConfigurator(string, IClientBuilder)Initializes a new instance of theClusterClientSqsStreamConfiguratorclass.
Methods
ConfigurePartitioning(int)Configures the number of SQS queues used to partition streams.ConfigureSqs(Action<OptionsBuilder<SqsOptions>>)Configures the SQS options for the stream provider.UseDataAdapter(Func<IServiceProvider, string, ISQSDataAdapter>)Configures the data adapter used to convert between Orleans stream batches and SQS messages.
