IStreamNamespacePredicate Interface

Definition

Stream namespace predicate used for filtering implicit subscriptions using ImplicitStreamSubscriptionAttribute.

public interface IStreamNamespacePredicate
type IStreamNamespacePredicate = interface
Public Interface IStreamNamespacePredicate
Derived

Remarks

All implementations must be serializable.

Properties

PredicatePattern

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

Methods

IsMatch(String)

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

Applies to