Edit

Share via


IChannelNamespacePredicate Interface

Definition

Stream namespace predicate used for filtering implicit subscriptions using ImplicitChannelSubscriptionAttribute.

public interface IChannelNamespacePredicate
type IChannelNamespacePredicate = interface
Public Interface IChannelNamespacePredicate
Derived

Remarks

All implementations must be serializable.

Properties

PredicatePattern

Gets a pattern to describe this predicate. This value is passed to instances of IChannelNamespacePredicateProvider to recreate this predicate.

Methods

IsMatch(String)

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

Applies to