IStreamNamespacePredicate
interface
Namespace: Orleans.Streams
Stream namespace predicate used for filtering implicit subscriptions using
ImplicitStreamSubscriptionAttribute. public interface IStreamNamespacePredicateRemarks
All implementations must be serializable.
Properties
PredicatePatternGets a pattern to describe this predicate. This value is passed to instances ofIStreamNamespacePredicateProviderto recreate this predicate.
Methods
IsMatch(string)Defines if the consumer grain should subscribe to the specified namespace.
