Table of Contents

Namespace Savvyio.Extensions.DependencyInjection.QueueStorage.Commands

Assembly: Savvyio.Extensions.DependencyInjection.QueueStorage.dll

The concrete Azure Queue Storage command-queue type used during DI registration lives in this namespace. AzureCommandQueue enqueues serialized commands to an Azure Storage queue.

Start with AzureCommandQueue when you need to inspect or extend the registered implementation type. Configure it through Savvyio.Extensions.DependencyInjection.QueueStorage.AddAzureCommandQueue<TMarker> rather than instantiating it directly.

Availability: .NET 10 and .NET 9

Classes

AzureCommandQueue<TMarker>

Provides a default implementation of the AzureCommandQueue class that is optimized for Dependency Injection.