Skip to content

IStreamNamespacePredicate

interface

Namespace: Orleans.Streams

Stream namespace predicate used for filtering implicit subscriptions using ImplicitStreamSubscriptionAttribute.
public interface IStreamNamespacePredicate

Remarks

All implementations must be serializable.

Properties

Methods

  • IsMatch(string) Defines if the consumer grain should subscribe to the specified namespace.