Namespace Codebelt.Bootstrapper.Worker
The Codebelt.Bootstrapper.Worker
namespace offers an implementation optimized for worker applications that is managed by its host.
Availability: .NET 9 and .NET 8
Classes
- MinimalWorkerProgram
The base entry point of an application optimized for worker applications.
- WorkerProgram<TStartup>
The entry point of an application responsible for registering its WorkerStartup partner.
- WorkerStartup
Provides the base class of a conventional based
Startup
class for a worker service.