Table of Contents

Class MessageTypeCache<T>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public class MessageTypeCache<T>

Type Parameters

T
Inheritance
MessageTypeCache<T>
Inherited Members

Properties

DiagnosticAddress

public static string DiagnosticAddress { get; }

Property Value

string

HasConsumerInterfaces

public static bool HasConsumerInterfaces { get; }

Property Value

bool

HasSagaInterfaces

public static bool HasSagaInterfaces { get; }

Property Value

bool

InvalidMessageTypeReason

public static string? InvalidMessageTypeReason { get; }

Property Value

string

IsTemporaryMessageType

public static bool IsTemporaryMessageType { get; }

Property Value

bool

IsValidMessageType

public static bool IsValidMessageType { get; }

Property Value

bool

MessageTypeNames

public static string[] MessageTypeNames { get; }

Property Value

string[]

MessageTypes

public static Type[] MessageTypes { get; }

Property Value

Type[]

Properties

public static IEnumerable<PropertyInfo> Properties { get; }

Property Value

IEnumerable<PropertyInfo>