Interface IMessageListenerContainerCollection
Namespace: Steeltoe.Messaging.RabbitMQ.Listener
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IMessageListenerContainerCollection
Properties
| Edit this page View SourceContainers
Declaration
IList<IMessageListenerContainer> Containers { get; }
Property Value
Type | Description |
---|---|
IList<IMessageListenerContainer> |
GroupName
Declaration
string GroupName { get; }
Property Value
Type | Description |
---|---|
System.String |