Interface IConsumerDefinition
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface IConsumerDefinition : IDefinition
- Inherited Members
Properties
ConsumerType
The consumer type
Type ConsumerType { get; }
Property Value
EndpointDefinition
IEndpointDefinition? EndpointDefinition { get; }
Property Value
Methods
GetEndpointName(IEndpointNameFormatter)
Return the endpoint name for the consumer, using the specified formatter if necessary.
string GetEndpointName(IEndpointNameFormatter formatter)
Parameters
formatter
IEndpointNameFormatter