Eliassen.MessageQueueing.Hosting 0.1.82

There is a newer version of this package available.
See the version list below for details.
dotnet add package Eliassen.MessageQueueing.Hosting --version 0.1.82                
NuGet\Install-Package Eliassen.MessageQueueing.Hosting -Version 0.1.82                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Eliassen.MessageQueueing.Hosting" Version="0.1.82" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Eliassen.MessageQueueing.Hosting --version 0.1.82                
#r "nuget: Eliassen.MessageQueueing.Hosting, 0.1.82"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Eliassen.MessageQueueing.Hosting as a Cake Addin
#addin nuget:?package=Eliassen.MessageQueueing.Hosting&version=0.1.82

// Install Eliassen.MessageQueueing.Hosting as a Cake Tool
#tool nuget:?package=Eliassen.MessageQueueing.Hosting&version=0.1.82                

Eliassen.MessageQueueing.Hosting

MessageReceiverHost

Hosted service responsible for starting and stopping message receivers based on the configured providers.

Methods

Constructor

Initializes a new instance of the class.

Parameters
  • logger: The logger.
  • factory: The message receiver provider factory.
Dispose

Disposes of the resources used by the MessageReceiverHost.

Dispose(System.Boolean)

Disposes of the resources used by the MessageReceiverHost.

Parameters
  • disposing
StartAsync(System.Threading.CancellationToken)

Starts the message receiver host.

Parameters
  • cancellationToken: The cancellation token.
Return value

A task representing the start operation.

StopAsync(System.Threading.CancellationToken)

Stops the message receiver host.

Parameters
  • cancellationToken: The cancellation token.
Return value

A task representing the stop operation.

ServiceCollectionExtensions

Provides extension methods for configuring IoC (Inversion of Control) services to support all Message Queueing within this library.

Methods

TryAddMessageQueueingHosting(Microsoft.Extensions.DependencyInjection.IServiceCollection)

Add IOC configurations to support all Message Queueing within this library.

Parameters
  • services
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Eliassen.MessageQueueing.Hosting:

Package Downloads
Eliassen.Common.Hosting

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.85 45 10/10/2024
0.1.84 43 10/10/2024
0.1.83 42 9/27/2024
0.1.82 142 8/23/2024
0.1.81 122 8/1/2024
0.1.81-dev-gh-pipline.3 45 8/1/2024