Show / Hide Table of Contents

Interface IStreamFilter

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

Namespace: IRM.Messaging.Subscriptions
Assembly: IRM.dll
Syntax
public interface IStreamFilter

Properties

BaseUriName

Gets the name of the base uri to use when consuming the stream. Leave this null or blank to use the default base uri.

Declaration
string BaseUriName { get; }
Property Value
String

EventType

Gets the full name of the event type to consume. Setting event type will filter the stream to only consume this event.

Declaration
string EventType { get; }
Property Value
String

Module

Gets the name of the module to consume. The module will filter the stream to only consume events that belongs to the specified module.

Declaration
string Module { get; }
Property Value
String

Stream

Gets the name of the stream that will be consumed.

Declaration
string Stream { get; }
Property Value
String

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX