Show / Hide Table of Contents

Namespace LambdaSharp.App.EventBus.Actions

Classes

AAction

The abstract AAction class is the used by all LambdaSharp App EventBus actions.

AcknowledgeAction

The AcknowledgeAction class is used to respond to a LambdaSharp App EventBus action.

EventAction

The EventAction class describes a LambdaSharp App EventBus event.

HelloAction

The HelloAction class is used by the LambdaSharp App EventBus client to announce the app.

KeepAliveAction

The KeepAliveAction class describes a recurring action that is emitted by the WebSocket server to keep the connection open.

SubscribeAction

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

UnrecognizedAction

The UnrecognizedAction class describes an unrecognized LambdaSharp App EventBus action.

UnsubscribeAction

The UnsubscribeAction class is used to unsubscribe from a previous subscription on the LambdaSharp App EventBus.

In This Article
Back to top Generated by DocFX