Interface _IEvent<TEvent>
internal version of the IEvent<TEvent, TExchangeEndPoint> interface without the exchange endpoint this interface is only used internally on the consumer side
public interface _IEvent<TEvent> : _IMessage<TEvent, NoResponse> where TEvent : _IEvent<TEvent>
Type Parameters
TEvent