Table of Contents

Class Declarables

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class Declarables : IServiceNameAware
Inheritance
Declarables
Implements
Inherited Members

Constructors

Declarables(string, params IDeclarable[])

public Declarables(string name, params IDeclarable[] declarables)

Parameters

name string
declarables IDeclarable[]

Declarables(string, List<IDeclarable>)

public Declarables(string name, List<IDeclarable> declarables)

Parameters

name string
declarables List<IDeclarable>

Properties

DeclarableList

public List<IDeclarable> DeclarableList { get; }

Property Value

List<IDeclarable>

ServiceName

public string ServiceName { get; set; }

Property Value

string

Methods

GetDeclarablesByType<T>()

public IEnumerable<T> GetDeclarablesByType<T>()

Returns

IEnumerable<T>

Type Parameters

T