Table of Contents

IQueryDispatcher Interface

Definition

Namespace
Savvyio.Queries
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Queries/IQueryDispatcher.cs

Defines a Query dispatcher that uses Request-Reply/In-Out MEP.

public interface IQueryDispatcher : IDispatcher

Methods

Name Description
QueryAsync<TResult>(IQuery<TResult>, Action<AsyncOptions>)

Queries the specified request asynchronous using Request-Reply/In-Out MEP.

Query<TResult>(IQuery<TResult>)

Queries the specified request using Request-Reply/In-Out MEP.

See Also