QueueAdapterExtensions Class

Definition

Extension methods for IQueueAdapter

public static class QueueAdapterExtensions
type QueueAdapterExtensions = class
Public Module QueueAdapterExtensions
Inheritance
QueueAdapterExtensions

Methods

QueueMessageAsync<T>(IQueueAdapter, Guid, String, T, StreamSequenceToken, Dictionary<String,Object>)

Writes a set of events to the queue as a single batch associated with the provided streamId.

QueueMessageAsync<T>(IQueueAdapter, StreamId, T, StreamSequenceToken, Dictionary<String,Object>)

Writes a set of events to the queue as a single batch associated with the provided streamId.

Applies to