Table of Contents

Namespace Arbiter.CommandQuery.Dispatcher

Classes

DispatchRequest

A request to be dispatched.

DispatcherDataService

Provides a data service for dispatching common data requests to a data store.

DispatcherOptions

Options for the dispatcher.

MediatorDispatcher

A dispatcher that uses IMediator to send requests. Use for Blazor Interactive Server rendering mode.

RemoteDispatcher

A dispatcher that sends requests to a remote service over HTTP. Use for Blazor Interactive WebAssembly rendering mode.

Interfaces

IDispatcher

An interface to represent a dispatcher for sending request messages.

IDispatcherDataService

A data service for dispatching common data requests to a data store.