RegexChannelNamespacePredicate Class

Definition

IChannelNamespacePredicate implementation allowing to filter stream namespaces by regular expression.

public class RegexChannelNamespacePredicate : Orleans.BroadcastChannel.IChannelNamespacePredicate
type RegexChannelNamespacePredicate = class
    interface IChannelNamespacePredicate
Public Class RegexChannelNamespacePredicate
Implements IChannelNamespacePredicate
Inheritance
RegexChannelNamespacePredicate
Implements

Constructors

RegexChannelNamespacePredicate(String)

Creates an instance of RegexChannelNamespacePredicate with the specified regular expression.

Properties

PredicatePattern

Returns a pattern used to describe this instance. The pattern will be parsed by an IChannelNamespacePredicateProvider instance on each node.

Methods

IsMatch(String)

Defines if the consumer grain should subscribe to the specified namespace.

Applies to