ImplicitStreamSubscriptionAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The [Orleans.ImplicitStreamSubscription] attribute is used to mark grains as implicit stream subscriptions.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class ImplicitStreamSubscriptionAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class ImplicitStreamSubscriptionAttribute : Attribute, Orleans.Metadata.IGrainBindingsProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ImplicitStreamSubscriptionAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ImplicitStreamSubscriptionAttribute = class
inherit Attribute
interface IGrainBindingsProviderAttribute
Public Class ImplicitStreamSubscriptionAttribute
Inherits Attribute
Public Class ImplicitStreamSubscriptionAttribute
Inherits Attribute
Implements IGrainBindingsProviderAttribute
- Inheritance
-
ImplicitStreamSubscriptionAttribute
- Derived
- Attributes
- Implements
Implicit |
Used to subscribe to all stream namespaces. |
Implicit |
Allows to pass an instance of the stream namespace predicate. To be used mainly as an extensibility point via inheriting attributes. |
Implicit |
Allows to pass an instance of the stream namespace predicate. To be used mainly as an extensibility point via inheriting attributes. |
Implicit |
Used to subscribe to the specified stream namespace. |
Implicit |
Used to subscribe to the specified stream namespace. |
Implicit |
Allows to pass an arbitrary predicate type to filter stream namespaces to subscribe. The predicate type must have a constructor without parameters. |
Implicit |
Allows to pass an arbitrary predicate type to filter stream namespaces to subscribe. The predicate type must have a constructor without parameters. |
Predicate |
Gets the stream namespace filter predicate. |
Stream |
Gets the name of the stream identifier mapper. |
Get |
Gets bindings for the type this attribute is attached to. |