다음을 통해 공유


RegexImplicitStreamSubscriptionAttribute 클래스

정의

[Orleans.RegexImplicitStreamSubscription] 특성은 정규식을 사용하여 구독할 스트림 네임스페이스를 필터링하여 조직을 암시적 스트림 구독으로 표시하는 데 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class RegexImplicitStreamSubscriptionAttribute : Orleans.ImplicitStreamSubscriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type RegexImplicitStreamSubscriptionAttribute = class
    inherit ImplicitStreamSubscriptionAttribute
Public NotInheritable Class RegexImplicitStreamSubscriptionAttribute
Inherits ImplicitStreamSubscriptionAttribute
상속
RegexImplicitStreamSubscriptionAttribute
특성

생성자

RegexImplicitStreamSubscriptionAttribute(String)

구독할 스트림 네임스페이스를 필터링하는 정규식을 전달할 수 있습니다.

속성

Predicate

스트림 네임스페이스 필터 조건자를 가져옵니다.

(다음에서 상속됨 ImplicitStreamSubscriptionAttribute)
StreamIdMapper

스트림 식별자 매퍼의 이름을 가져옵니다.

(다음에서 상속됨 ImplicitStreamSubscriptionAttribute)

메서드

GetBindings(IServiceProvider, Type, GrainType)

이 특성이 연결된 형식에 대한 바인딩을 가져옵니다.

(다음에서 상속됨 ImplicitStreamSubscriptionAttribute)

적용 대상