Table of Contents

Interface CorrelatedBy<TKey>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

Used to identify a message as correlated so that the CorrelationId can be returned

public interface CorrelatedBy<out TKey>

Type Parameters

TKey

The type of the CorrelationId used

Properties

CorrelationId

Returns the CorrelationId for the message

TKey CorrelationId { get; }

Property Value

TKey