Class MessageListenerContainerCollection
[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
GroupName
public string GroupName { get; }
Property Value
ServiceName
public string ServiceName { get; set; }