ImplicitChannelSubscriptionAttribute クラス

定義

[Orleans.ImplicitStreamSubscription] 属性は、グレインを暗黙的なストリーム サブスクリプションとしてマークするために使用されます。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class ImplicitChannelSubscriptionAttribute : Attribute, Orleans.Metadata.IGrainBindingsProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ImplicitChannelSubscriptionAttribute = class
    inherit Attribute
    interface IGrainBindingsProviderAttribute
Public Class ImplicitChannelSubscriptionAttribute
Inherits Attribute
Implements IGrainBindingsProviderAttribute
継承
ImplicitChannelSubscriptionAttribute
派生
属性
実装

コンストラクター

ImplicitChannelSubscriptionAttribute()

すべてのストリーム名前空間をサブスクライブするために使用されます。

ImplicitChannelSubscriptionAttribute(IChannelNamespacePredicate, String)

ストリーム名前空間述語のインスタンスを渡すことができます。 主に、継承属性を介した拡張ポイントとして使用されます。

ImplicitChannelSubscriptionAttribute(String, String)

指定したストリーム名前空間をサブスクライブするために使用されます。

ImplicitChannelSubscriptionAttribute(Type, String)

任意の述語型を渡して、サブスクライブするストリーム名前空間をフィルター処理できるようにします。 述語の型には、パラメーターのないコンストラクターが必要です。

プロパティ

ChannelIdMapper

チャネル識別子マッパーの名前を取得します。

Predicate

ストリーム名前空間フィルター述語を取得します。

メソッド

GetBindings(IServiceProvider, Type, GrainType)

この属性がアタッチされている型のバインドを取得します。

適用対象