Interface IEventBusSubscription
The IEvent
Namespace: LambdaSharp.App.EventBus
Assembly: LambdaSharp.App.dll
Syntax
public interface IEventBusSubscription : IAsyncDisposable
Properties
Name
The Name property holds the name of the LambdaSharp App EventBus subscription.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System. |
Pattern
The Pattern property holds the event pattern of the LambdaSharp App EventBus subscription.
Declaration
string Pattern { get; }
Property Value
Type | Description |
---|---|
System. |
Status
The Status property holds the status of the LambdaSharp App EventBus subscription.
Declaration
EventBusSubscriptionStatus Status { get; }
Property Value
Type | Description |
---|---|
Event |