EventHorizon.RocketMQ.EventBus 0.3.0

dotnet add package EventHorizon.RocketMQ.EventBus --version 0.3.0
                    
NuGet\Install-Package EventHorizon.RocketMQ.EventBus -Version 0.3.0
                    
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="EventHorizon.RocketMQ.EventBus" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EventHorizon.RocketMQ.EventBus" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="EventHorizon.RocketMQ.EventBus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EventHorizon.RocketMQ.EventBus --version 0.3.0
                    
#r "nuget: EventHorizon.RocketMQ.EventBus, 0.3.0"
                    
#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.
#:package EventHorizon.RocketMQ.EventBus@0.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EventHorizon.RocketMQ.EventBus&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=EventHorizon.RocketMQ.EventBus&version=0.3.0
                    
Install as a Cake Tool

EventHorizon.RocketMQ.EventBus

English | 简体中文

This is an internal support package for the EventBus protocol adapters. Do not install it directly in applications.

Install the adapter for the RocketMQ protocol used by the service:

dotnet add package EventHorizon.RocketMQ.Grpc.EventBus
# or
dotnet add package EventHorizon.RocketMQ.Remoting.EventBus

The selected adapter brings in this package automatically. It contains the shared event, handler, serializer, routing, and dispatch contracts, but it does not connect to RocketMQ or provide a standalone client.

For installation, configuration, and usage, see the gRPC adapter guide or the Remoting adapter guide.

Architecture and package-boundary details are documented in the EventBus design.

License

This package is licensed under the MIT License.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on EventHorizon.RocketMQ.EventBus:

Package Downloads
EventHorizon.RocketMQ.Remoting.EventBus

Classic Remoting EventBus adapter for EventHorizon.RocketMQ.

EventHorizon.RocketMQ.Grpc.EventBus

Strongly typed integration EventBus adapter for EventHorizon.RocketMQ gRPC.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 127 8/10/2026
0.2.3 117 8/9/2026
0.2.2 117 8/8/2026
0.2.1 125 8/5/2026
0.2.0 124 8/4/2026
0.1.0 145 8/1/2026