Class ConfigureConsumeTopologyAttribute
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
Specify whether the message type should be used to configure the broker topology for the consumer. if configured. Types will this attribute will not have their matching topic/exchange bound to the receive endpoint queue.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public class ConfigureConsumeTopologyAttribute : Attribute
- Inheritance
-
ConfigureConsumeTopologyAttribute
- Inherited Members
Constructors
ConfigureConsumeTopologyAttribute()
public ConfigureConsumeTopologyAttribute()
ConfigureConsumeTopologyAttribute(bool)
public ConfigureConsumeTopologyAttribute(bool configureConsumeTopology)
Parameters
configureConsumeTopology
boolWhen false, the consume topology will not be configured
Properties
ConfigureConsumeTopology
public bool ConfigureConsumeTopology { get; }