Class AbstractBuilder
Inheritance
System.Object
AbstractBuilder
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public abstract class AbstractBuilder : object
Properties
|
Edit this page
View Source
Arguments
Declaration
protected Dictionary<string, object> Arguments { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
Methods
|
Edit this page
View Source
GetOrCreateArguments()
Declaration
protected Dictionary<string, object> GetOrCreateArguments()
Returns
Type |
Description |
Dictionary<System.String, System.Object> |
|