ImplicitChannelSubscriptionAttribute 类

定义

[Orleans.ImplicitStreamSubscription] 属性用于将 grain 标记为隐式流订阅。

[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)

获取此属性所附加到的类型的绑定。

适用于