IPublisher<TRequest> Interface
Definition
- Assemblies
- Savvyio.Core.dll
Defines a publisher/sender channel for interacting with other subsystems (out-process/inter-application) to be notified (e.g., made aware of something that has happened).
public interface IPublisher<in TRequest> where TRequest : IRequest
Type Parameters
TRequestThe type of the model to invoke on a handler.
Methods
| Name | Description |
|---|---|
| PublishAsync(IMessage<TRequest>, Action<AsyncOptions>) | Publishes the specified |