You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public interface IPublishInterceptor<in TMessage> : IInterceptor
{
/// <summary>
/// Intercepts the Publish operation on the bus for the given message type. The interceptor is invoked on the process that initiated the Publish or Send.
/// </summary>
/// <param name="message">The message</param>
/// <param name="next">Next step to execute (the message production or another interceptor)</param>