Skip to main content

Types

Classes

NameSummary
AzureStorageQueueConstantsA set of helpers to convert file system-related magic strings to compiled references.
AzureStorageQueueEncodingDetermines how QueueMessage.Body is represented in HTTP requests and responses.
AzureStorageQueueOptionsSpecifies the options required to leverage Azure Queue Storage as the SimpleMessageBus backing queue.
FileSystemConstantsA set of helpers to convert file system-related magic strings to compiled references.
FileSystemOptionsSpecifies the options required to leverage the local file system as the SimpleMessageBus backing queue.
MessageBaseBase class providing a complete implementation of common message functionality.
MessageEnvelopeRepresents a wrapper for an IMessage that will be published to the SimpleMessageBus Queue.

Interfaces

NameSummary
IMessageDefines the required composition of every Message published to the SimpleMessageBus.
IMessageHandlerDefines the functionality required for all IMessage processing handlers.
IMetadataAwareDefines a message that supports metadata for passing data between handlers in the processing pipeline.
ITrackableDefines a message that can track its parent for message lineage and correlation across the processing chain.

Enums

NameSummary
AzureStorageQueueEncodingDetermines how QueueMessage.Body is represented in HTTP requests and responses.