Show / Hide Table of Contents

Class RegexImplicitStreamSubscriptionAttribute

The [Orleans.RegexImplicitStreamSubscription] attribute is used to mark grains as implicit stream subscriptions by filtering stream namespaces to subscribe using a regular expression.

Inheritance
System.Object
ImplicitStreamSubscriptionAttribute
RegexImplicitStreamSubscriptionAttribute
Inherited Members
ImplicitStreamSubscriptionAttribute.Predicate
Namespace: Orleans
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class RegexImplicitStreamSubscriptionAttribute : ImplicitStreamSubscriptionAttribute

Constructors

| Improve this Doc View Source

RegexImplicitStreamSubscriptionAttribute(String)

Allows to pass a regular expression to filter stream namespaces to subscribe to.

Declaration
public RegexImplicitStreamSubscriptionAttribute(string pattern)
Parameters
Type Name Description
System.String pattern

The stream namespace regular expression filter.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX