Table of Contents

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 bool

When false, the consume topology will not be configured

Properties

ConfigureConsumeTopology

public bool ConfigureConsumeTopology { get; }

Property Value

bool