Orleans.Providers.Streams.AzureQueue Namespace
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.
Classes
AzureQueueAdapterConstants |
Azure queue stream provider constants. |
AzureQueueAdapterFactory |
Factory class for Azure Queue based stream provider. |
AzureQueueAdapterFactory<TDataAdapter> |
Factory class for Azure Queue based stream provider. |
AzureQueueDataAdapterV1 |
Original data adapter. Here to maintain backwards compatibility, but does not support json and other custom serializers |
AzureQueueDataAdapterV2 |
Data adapter that uses types that support custom serializers (like json). |
AzureQueueStreamProvider |
Persistent stream provider that uses azure queue for persistence WARNING: This version is maintained for compatability purposes. New services should use AzureQueueStreamProviderV2 as it supports external serializers. |
AzureQueueStreamProviderUtils |
Utility functions for azure queue Persistent stream provider. |
AzureQueueStreamProviderV2 |
Persistent stream provider that uses azure queue for persistence |
SimpleAzureQueueAdapterFactory |
Factory class for Simple Azure Queue based stream provider. |
SimpleAzureQueueStreamProvider |
Persistent stream provider that uses azure queue for persistence |
Interfaces
IAzureQueueDataAdapter |
Converts event data to and from cloud queue message |