Table of Contents

Class MessageListenerContainerCollection

Namespace
Steeltoe.Messaging.RabbitMQ.Listener
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class MessageListenerContainerCollection : IMessageListenerContainerCollection, IServiceNameAware
Inheritance
MessageListenerContainerCollection
Implements
Inherited Members

Constructors

MessageListenerContainerCollection(string)

public MessageListenerContainerCollection(string groupName)

Parameters

groupName string

Properties

Containers

public IList<IMessageListenerContainer> Containers { get; }

Property Value

IList<IMessageListenerContainer>

GroupName

public string GroupName { get; }

Property Value

string

ServiceName

public string ServiceName { get; set; }

Property Value

string