RegexStreamNamespacePredicate
class
Namespace: Orleans.Streams
IStreamNamespacePredicate implementation allowing to filter stream namespaces by regular expression. public class RegexStreamNamespacePredicate : IStreamNamespacePredicateConstructors
RegexStreamNamespacePredicate(string)Creates an instance ofRegexStreamNamespacePredicatewith the specified regular expression.
Properties
PredicatePatternReturns a pattern used to describe this instance. The pattern will be parsed by anIStreamNamespacePredicateProviderinstance on each node.
Methods
IsMatch(string)Defines if the consumer grain should subscribe to the specified namespace.
