Class AnonymousQueue
Inheritance
System.Object
AnonymousQueue
Implements
IServiceNameAware
ICloneable
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class AnonymousQueue : Queue, IQueue, IDeclarable
Constructors
|
Edit this page
View Source
AnonymousQueue()
Declaration
|
Edit this page
View Source
AnonymousQueue(Dictionary<String, Object>)
Declaration
public AnonymousQueue(Dictionary<string, object> arguments)
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.Object> |
arguments |
|
|
Edit this page
View Source
AnonymousQueue(INamingStrategy)
Declaration
public AnonymousQueue(INamingStrategy namingStrategy)
Parameters
|
Edit this page
View Source
AnonymousQueue(INamingStrategy, Dictionary<String, Object>)
Declaration
public AnonymousQueue(INamingStrategy namingStrategy, Dictionary<string, object> arguments)
Parameters
Type |
Name |
Description |
INamingStrategy |
namingStrategy |
|
Dictionary<System.String, System.Object> |
arguments |
|
|
Edit this page
View Source
AnonymousQueue(String)
Declaration
public AnonymousQueue(string serviceName)
Parameters
Type |
Name |
Description |
System.String |
serviceName |
|
Implements
IServiceNameAware
ICloneable