Interface IPointToPointChannel<TRequest>
- Namespace
- Savvyio.Messaging
- Assembly
- Savvyio.Core.dll
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