Skip to content

StreamingServiceCollectionExtensions Methods

Extension methods for configuring streaming on silos.

AddStreamFilter(IServiceCollection, string)

staticextension
View source
public static IServiceCollection AddStreamFilter<T>(this IServiceCollection services, string name)
Adds a stream filter.

Parameters

servicesIServiceCollection
The service collection.
namestring
The stream filter name.

Returns

The service collection.