ConstructorStreamNamespacePredicateProvider
class
Namespace: Orleans.Streams
Stream namespace predicate provider which supports objects which can be constructed and optionally accept a string as a constructor argument.
public class ConstructorStreamNamespacePredicateProvider : IStreamNamespacePredicateProviderConstructors
Methods
FormatPattern(Type, string)Formats a stream namespace predicate which indicates a concreteIStreamNamespacePredicatetype to be constructed, along with an optional argument.TryGetPredicate(string, IStreamNamespacePredicate)Get the predicate matching the provided pattern. Returnsfalseif this provider cannot match the predicate.
Fields
PrefixThe prefix used to identify this predicate provider.
