Interface IPublishSubscribeChannel<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 be notified (e.g., made aware of something that has happened).
public interface IPublishSubscribeChannel<TRequest> : IPublisher<TRequest>, ISubscriber<TRequest> where TRequest : IRequest
Type Parameters
TRequest
The type of the model to invoke on a handler.
- Inherited Members
See Also
IPublisher<TRequest>
ISubscriber<TRequest>