Class SubscribeAction
The Subscribe
Inherited Members
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class SubscribeAction : AAction
Constructors
SubscribeAction()
Create new instance of Subscribe
Declaration
public SubscribeAction()
Properties
Pattern
The Pattern property holds the JSON-serialized event pattern to match.
Declaration
public string Pattern { get; set; }
Property Value
Type | Description |
---|---|
System. |
Rule
The Rule property holds the subscription rule name.
Declaration
public string Rule { get; set; }
Property Value
Type | Description |
---|---|
System. |