ConstructorStreamNamespacePredicateProvider Class

Definition

Stream namespace predicate provider which supports objects which can be constructed and optionally accept a string as a constructor argument.

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

Constructors

ConstructorStreamNamespacePredicateProvider()

Fields

Prefix

The prefix used to identify this predicate provider.

Methods

FormatPattern(Type, String)

Formats a stream namespace predicate which indicates a concrete IStreamNamespacePredicate type to be constructed, along with an optional argument.

TryGetPredicate(String, IStreamNamespacePredicate)

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

Applies to