Show / Hide Table of Contents

Interface IStreamNamespacePredicate

Stream namespace predicate used for filtering implicit subscriptions using ImplicitStreamSubscriptionAttribute.

Namespace: Orleans.Streams
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IStreamNamespacePredicate
Remarks

All implementations must be serializable.

Methods

| Improve this Doc View Source

IsMatch(String)

Defines if the consumer grain should subscribe to the specified namespace.

Declaration
bool IsMatch(string streamNamespace)
Parameters
Type Name Description
System.String streamNamespace

The target stream namespace to check.

Returns
Type Description
System.Boolean

true, if the grain should subscribe to the specified namespace; false, otherwise.

Extension Methods

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