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
HasConsumerInterfaces
public static bool HasConsumerInterfaces { get; }
Property Value
HasSagaInterfaces
public static bool HasSagaInterfaces { get; }
Property Value
InvalidMessageTypeReason
public static string? InvalidMessageTypeReason { get; }
Property Value
IsTemporaryMessageType
public static bool IsTemporaryMessageType { get; }
Property Value
IsValidMessageType
public static bool IsValidMessageType { get; }
Property Value
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; }