Skip to content

IChannelNamespacePredicate

interface

Namespace: Orleans.BroadcastChannel

Stream namespace predicate used for filtering implicit subscriptions using ImplicitChannelSubscriptionAttribute.
public interface IChannelNamespacePredicate

Remarks

All implementations must be serializable.

Properties

Methods

  • IsMatch(string) Defines if the consumer grain should subscribe to the specified namespace.