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
<PackageReference Include="EventHorizon.RocketMQ.EventBus" Version="0.3.0" />
<PackageVersion Include="EventHorizon.RocketMQ.EventBus" Version="0.3.0" />
<PackageReference Include="EventHorizon.RocketMQ.EventBus" />
paket add EventHorizon.RocketMQ.EventBus --version 0.3.0
#r "nuget: EventHorizon.RocketMQ.EventBus, 0.3.0"
#:package EventHorizon.RocketMQ.EventBus@0.3.0
#addin nuget:?package=EventHorizon.RocketMQ.EventBus&version=0.3.0
#tool nuget:?package=EventHorizon.RocketMQ.EventBus&version=0.3.0
EventHorizon.RocketMQ.EventBus
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 | Versions 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. |
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Newtonsoft.Json (>= 13.0.4)
-
net8.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Newtonsoft.Json (>= 13.0.4)
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.