Arcturus.EventBus.Abstracts 2026.3.15.316

dotnet add package Arcturus.EventBus.Abstracts --version 2026.3.15.316
                    
NuGet\Install-Package Arcturus.EventBus.Abstracts -Version 2026.3.15.316
                    
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="Arcturus.EventBus.Abstracts" Version="2026.3.15.316" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Arcturus.EventBus.Abstracts" Version="2026.3.15.316" />
                    
Directory.Packages.props
<PackageReference Include="Arcturus.EventBus.Abstracts" />
                    
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 Arcturus.EventBus.Abstracts --version 2026.3.15.316
                    
#r "nuget: Arcturus.EventBus.Abstracts, 2026.3.15.316"
                    
#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 Arcturus.EventBus.Abstracts@2026.3.15.316
                    
#: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=Arcturus.EventBus.Abstracts&version=2026.3.15.316
                    
Install as a Cake Addin
#tool nuget:?package=Arcturus.EventBus.Abstracts&version=2026.3.15.316
                    
Install as a Cake Tool

Arcturus.EventBus.Abstracts

NuGet NuGet


Arcturus.EventBus.Abstracts is a .NET library providing a set of abstractions for building event-driven applications. It defines interfaces and base types for publishing, subscribing, and handling integration events, enabling decoupled communication between microservices or components. This package is designed to be used as a foundation for implementing custom or platform-specific event bus solutions.

Installation

Install the package via NuGet Package Manager or the .NET CLI:

dotnet add package Arcturus.EventBus.Abstracts

Or, using the Package Manager Console:

Install-Package Arcturus.EventBus.Abstracts

Prerequisites

  • .NET SDK 8 or later

Features

Feature Description
Event Bus Abstraction Provides IEventBus interface for publishing and subscribing to events.
Event Definition Defines the IEvent interface for strongly-typed event messages.
Subscription Management Supports event subscription via EventBusSubscription for handler registration and management.
Event Handling Abstracts event handling logic with EventBusHandler and result types for processing outcomes.
Message Envelope Encapsulates event data and metadata using EventBusMessage.
Configurable Options Allows customization of event bus behavior through EventBusOptions.
Error Handling Standardizes error reporting with EventBusException and result types.
Integration Ready Designed for easy integration with custom or third-party event bus implementations.
Extensible Architecture Enables extension and adaptation for various messaging platforms and patterns.

Documentation

For detailed documentation, visit Arcturus Wiki.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter issues or have questions, please file an issue on the GitHub Issues page.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.
  • net10.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Arcturus.EventBus.Abstracts:

Package Downloads
Arcturus.EventBus

A lightweight, extensible event bus library for .NET applications, enabling decoupled event publishing and handling with support for dependency injection and hosting integration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.3.15.316 171 3/15/2026
2026.3.12.308 162 3/12/2026
2026.3.11.295 169 3/11/2026
2026.3.11.291 166 3/11/2026
2026.3.9.275 162 3/9/2026
2026.3.9.271 159 3/9/2026
2026.3.9.269 159 3/9/2026
2026.3.7.268 160 3/7/2026
2026.2.26.266 170 2/26/2026
2026.2.25.258 171 2/25/2026
2026.2.25.257 168 2/25/2026
2026.2.25.256 170 2/25/2026
2026.2.25.255 170 2/25/2026
2026.2.25.253 163 2/25/2026
2026.2.25.252 169 2/25/2026
2026.2.23.242 174 2/23/2026
2026.2.5.233 184 2/5/2026
2026.1.15.222 176 1/15/2026
2026.1.15.220 178 1/15/2026
2026.1.13.213 201 1/13/2026
Loading failed