IQueueAdapter Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stream queue storage adapter. This is an abstraction layer that hides the implementation details of the underlying queuing system.
public interface IQueueAdapter
type IQueueAdapter = interface
Public Interface IQueueAdapter
- Derived
Direction |
Gets the direction of this queue adapter: ReadOnly, WriteOnly, or ReadWrite. |
Is |
Gets a value indicating whether this is a rewindable stream adapter - supports subscribing from previous point in time. |
Name |
Gets the name of the adapter. Primarily for logging purposes |
Create |
Creates a queue receiver for the specified queueId |
Queue |
Writes a set of events to the queue as a single batch associated with the provided streamId. |
Queue |
Writes a set of events to the queue as a single batch associated with the provided streamId. |
Queue |
Writes a set of events to the queue as a single batch associated with the provided |
Queue |
Writes a set of events to the queue as a single batch associated with the provided streamId. |