Interface IPublishEndpointProvider
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface IPublishEndpointProvider : IPublishObserverConnector
- Inherited Members
Methods
GetPublishSendEndpoint<T>()
Return the SendEndpoint used for publishing the specified message
Task<ISendEndpoint> GetPublishSendEndpoint<T>() where T : class
Returns
Type Parameters
T