Table of Contents

Class MessageListenerContainerCollection

Namespace
Steeltoe.Messaging.RabbitMQ.Listener
Assembly
Steeltoe.Messaging.RabbitMQ.dll
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