Class RegexStreamNamespacePredicate
IStreamNamespacePredicate implementation allowing to filter stream namespaces by regular expression.
Inheritance
System.Object
RegexStreamNamespacePredicate
Implements
Namespace: Orleans.Streams
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class RegexStreamNamespacePredicate : object, IStreamNamespacePredicate
Constructors
| Improve this Doc View SourceRegexStreamNamespacePredicate(Regex)
Creates an instance of RegexStreamNamespacePredicate with the specified regular expression.
Declaration
public RegexStreamNamespacePredicate(Regex regex)
Parameters
| Type | Name | Description |
|---|---|---|
| Regex | regex | The stream namespace regular expression. |
Methods
| Improve this Doc View SourceIsMatch(String)
Declaration
public bool IsMatch(string streamNameSpace)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | streamNameSpace |
Returns
| Type | Description |
|---|---|
| System.Boolean |