IChannelNamespacePredicate
interface
Namespace: Orleans.BroadcastChannel
Stream namespace predicate used for filtering implicit subscriptions using
ImplicitChannelSubscriptionAttribute. public interface IChannelNamespacePredicateRemarks
All implementations must be serializable.
Properties
PredicatePatternGets a pattern to describe this predicate. This value is passed to instances ofIChannelNamespacePredicateProviderto recreate this predicate.
Methods
IsMatch(string)Defines if the consumer grain should subscribe to the specified namespace.
