Show / Hide Table of Contents

Class SubscribeAction

The SubscribeAction class is used to subscribe to an event pattern on the LambdaSharp App EventBus.

Inheritance
System.Object
AAction
SubscribeAction
Inherited Members
AAction.Action
AAction.RequestId
AAction.AcknowledgeOk()
AAction.AcknowledgeError(String)
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class SubscribeAction : AAction

Constructors

SubscribeAction()

Create new instance of SubscribeAction.

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.String

Rule

The Rule property holds the subscription rule name.

Declaration
public string Rule { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX