Show / Hide Table of Contents

Namespace IRM.Messaging.Subscriptions

Classes

FeedAttribute

Indicates which event feed that an event handler wants to consume.

NonEventHandlerAttribute

Indicates that the type and any derived types that this attribute is applied to is not considered an event handler by the default subscription discovery mechanism.

PollAttribute

Indicates that an event handler wants to consume events by polling the feed in the specified interval.

StreamAttribute

Indicates which event feed that an event handler wants to consume.

Interfaces

AsyncConsumerOf<TEvent>

Represents a consumer of a specific type of event.

ConsumerOf<TEvent>

Represents a consumer of a specific type of event.

IStreamFilter

Represents a which stream and how to filter that stream when consuming an event feed.

Back to top Generated by DocFX