Top 20 NuGet dispatcher Packages

The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, ti...
Реализации ICommand для использования в WPF Решениях
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using RabbitMQ
Simple, unambitious implementation of the Scatter-Gather pattern in .NET.
Service Activator for Paramore.Brighter Command Processor. Enables background message processing and task queue consumption for event-driven architectures. The Service Activator pattern decouples message reception from business logic execution.
[**Deprecated**] Sequencer has moved to the LabApps.Threading.Core package.
Core threading types based on System.Threading.Channels: EventProcessor, StateMachine, ExecutionQueue and Sequencer - a scheduler that coordinates the execution of synchronous and asynchronous tasks using a hierarchical key that defines their relative concurrency.
Типы для применения в ViewModel в WPF Решении
Apache Kafka messaging gateway implementation for Paramore.Brighter Command Processor. Provides decoupled message transport using Apache Kafka with support for topics, partitions, and schema registry integration.
A lightweight framework for running multiple tasks asynchronously on a single thread.
Xamarin Cross Platform IScheduler implementation for scheduling onto the main thread. Works with Xamarin.Forms, Xamarin.Android, Xamarin.iOS, and Xamarin.UWP
This is an implementation of the message store used for decoupled invocation of commands by Paramore.Brighter, using MySql
[Obsolete] Superceded by LabApps.Threading.Sequencer. A scheduler that coordinates the execution of tasks using a hierarchical key that defines their relative concurrency.
Brigadier is a command parser & dispatcher, designed and developed for Minecraft: Java Edition, ported for C#.
RxHeat.Wpf is a library that complements the Reactive Extensions Library with WPF helper features. The project comprises a collection of tested features. It includes: - Wpf Helpers --- ObservableCollection async loader --- Scheduler Helper
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using restms
Microsoft SQL Server messaging gateway implementation for Paramore.Brighter Command Processor. Provides decoupled message transport using SQL Server as a message queue with database-backed reliability.
This is an implementation of the message store used for decoupled invocation of commands by Paramore.Brighter, using PostgreSql
Redis messaging gateway implementation for Paramore.Brighter Command Processor. Provides decoupled message transport using Redis with support for pub/sub patterns and high-performance in-memory messaging.
This is an implementation of the command store used for decoupled invocation of commands by Paramore.Brighter, using Sqlite