ServiceCollectionHostedServiceExtensions extension

Extension methods for adding hosted services to a ServiceCollection.

Adapted from Microsoft.Extensions.Hosting.Abstractions

on

Methods

addHostedService<THostedService extends HostedService>(ImplementationFactory implementationFactory) ServiceCollection

Available on ServiceCollection, provided by the ServiceCollectionHostedServiceExtensions extension

Add a HostedService registration for the given type.