Table of Contents

Interface EventContext<T>

Namespace
MassTransit.Contracts
Assembly
MassTransit.Abstractions.dll
public interface EventContext<out T> : EventContext, PipeContext where T : class

Type Parameters

T
Inherited Members
Extension Methods

Properties

Event

The event object

T Event { get; }

Property Value

T