DefaultStreamNamespacePredicateProvider Class

Definition

Default implementation of IStreamNamespacePredicateProvider for internally supported stream predicates.

public class DefaultStreamNamespacePredicateProvider : Orleans.Streams.IStreamNamespacePredicateProvider
type DefaultStreamNamespacePredicateProvider = class
    interface IStreamNamespacePredicateProvider
Public Class DefaultStreamNamespacePredicateProvider
Implements IStreamNamespacePredicateProvider
Inheritance
DefaultStreamNamespacePredicateProvider
Implements

Constructors

DefaultStreamNamespacePredicateProvider()

Methods

TryGetPredicate(String, IStreamNamespacePredicate)

Get the predicate matching the provided pattern. Returns false if this provider cannot match the predicate.

Applies to