RegexImplicitStreamSubscriptionAttribute
class
Namespace: Orleans
The [Orleans.RegexImplicitStreamSubscription] attribute is used to mark grains as implicit stream subscriptions by filtering stream namespaces to subscribe using a regular expression.
public sealed class RegexImplicitStreamSubscriptionAttribute : ImplicitStreamSubscriptionAttributeConstructors
RegexImplicitStreamSubscriptionAttribute(string)Allows to pass a regular expression to filter stream namespaces to subscribe to.
