Class MessageListenerContainerCollection
Inheritance
System.Object
MessageListenerContainerCollection
Implements
IServiceNameAware
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class MessageListenerContainerCollection : object, IMessageListenerContainerCollection
Constructors
|
Edit this page
View Source
MessageListenerContainerCollection(String)
Declaration
public MessageListenerContainerCollection(string groupName)
Parameters
Type |
Name |
Description |
System.String |
groupName |
|
Properties
|
Edit this page
View Source
Containers
Declaration
public IList<IMessageListenerContainer> Containers { get; }
Property Value
|
Edit this page
View Source
GroupName
Declaration
public string GroupName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
IServiceNameAware