IStreamNamespacePredicate Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stream namespace predicate used for filtering implicit subscriptions using ImplicitStreamSubscriptionAttribute.
public interface IStreamNamespacePredicate
type IStreamNamespacePredicate = interface
Public Interface IStreamNamespacePredicate
- Derived
All implementations must be serializable.
Predicate |
Gets a pattern to describe this predicate. This value is passed to instances of IStreamNamespacePredicateProvider to recreate this predicate. |
Is |
Defines if the consumer grain should subscribe to the specified namespace. |