Namespace Savvyio.Extensions.QueueStorage.Commands
Assembly: Savvyio.Extensions.QueueStorage.dll
Use the Savvyio.Extensions.QueueStorage.Commands namespace to send and receive commands through Azure Queue Storage. AzureCommandQueue implements ICommandQueue<T> by serializing commands and enqueuing them to an Azure Storage queue, then dequeuing and deserializing them on the consumer side.
Register with Savvyio.Extensions.DependencyInjection.QueueStorage.AddAzureCommandQueue. For the corresponding event bus, see Savvyio.Extensions.QueueStorage.EventDriven.
Availability: .NET 10 and .NET 9
Classes
AzureCommandQueue
Provides an Azure Storage Queue implementation of the IPointToPointChannel<TRequest>.