Interface IEventRequest<TEvent>
Represents an event request.
Namespace: Copper.Messaging.Common.Interface
Assembly: Copper.Eventing.MassTransit.Common.dll
Syntax
[Obsolete("Used to enable backwards compatibility with Copper 2.x versions due to poor extensibility of the MT MessageType property. See https://github.com/MassTransit/MassTransit/blob/15733c236d8f5b79977d8a787a3d2b23ff495b8a/src/MassTransit/MessageUrn.cs")]
public interface IEventRequest<TEvent> : IEventRequest<TEvent> where TEvent : class
Type Parameters
Name | Description |
---|---|
TEvent |