Skip to content

ClusterClientSqsStreamConfigurator.UseDataAdapter(Func<IServiceProvider, string, ISQSDataAdapter>)

UseDataAdapter(Func<IServiceProvider, string, ISQSDataAdapter>)

View source
public ClusterClientSqsStreamConfigurator UseDataAdapter(Func<IServiceProvider, string, ISQSDataAdapter> factory)
Configures the data adapter used to convert between Orleans stream batches and SQS messages.

Parameters

factoryFunc<IServiceProvider, string, ISQSDataAdapter>
The factory invoked with the service provider and stream provider name to create the data adapter.

Returns

The stream provider configurator.