PersistentStreamProvider Class
Definition
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.
Persistent stream provider that uses an adapter for persistence
public class PersistentStreamProvider : Orleans.ILifecycleParticipant<Orleans.ILifecycleObservable>, Orleans.Providers.IControllable, Orleans.Streams.Core.IStreamSubscriptionManagerRetriever, Orleans.Streams.IStreamProvider
type PersistentStreamProvider = class
interface IStreamProvider
interface IControllable
interface IStreamSubscriptionManagerRetriever
interface ILifecycleParticipant<ILifecycleObservable>
Public Class PersistentStreamProvider
Implements IControllable, ILifecycleParticipant(Of ILifecycleObservable), IStreamProvider, IStreamSubscriptionManagerRetriever
- Inheritance
-
PersistentStreamProvider
- Implements
Constructors
Properties
IsRewindable | |
Name |
Methods
Extension Methods
TryGetStreamSubscriptionManager(IStreamProvider, IStreamSubscriptionManager) |
Returns the IStreamSubscriptionManager for the provided stream provider. |
TryGetStreamSubscrptionManager(IStreamProvider, IStreamSubscriptionManager) | |
GetStream<T>(IStreamProvider, Guid) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, Int64) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, String, Guid) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, String, Int64) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, String, String) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, String) |
Gets the stream with the specified identity and namespace. |