UseDataAdapter(Func<IServiceProvider, string, ISQSDataAdapter>)
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.
