Skip to content

IStreamSubscriptionObserver

interface

Namespace: Orleans.Streams.Core

When implemented by a grain, notifies the grain of any new or resuming subscriptions. Stateless worker grains receive this notification on each activation so that every activation can attach its own observer.
public interface IStreamSubscriptionObserver

Methods