Table of Contents

IPointToPointChannel<TRequest> Interface

Definition

Namespace
Savvyio.Messaging
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Messaging/IPointToPointChannel.cs

Specifies an interface for a bus that is used for interacting with other subsystems (out-process/inter-application) to do something (e.g., change the state).

public interface IPointToPointChannel<TRequest> : ISender<TRequest>, IReceiver<TRequest> where TRequest : IRequest

Type Parameters

TRequest

The type of the model to invoke on a handler.

Inherited Members

See Also

ISender<TRequest>
IReceiver<TRequest>