public class Exchange extends Object
An array of RabbitMQ exchanges containing the details of RabbitMQ exchanges
See http://schemas.taskcluster.net/pulse/v1/exchanges-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
Exchange.Arguments |
| Modifier and Type | Field and Description |
|---|---|
Exchange.Arguments |
arguments
|
boolean |
autodelete
Whether or not the exchange deletes when all queues are finished using it
|
boolean |
durable
Whether or not the exchange survives broker restart
|
String |
name
The exchange’s name
|
String |
type
The exchange’s type
|
String |
vhost
The exchange’s vhost
|
| Constructor and Description |
|---|
Exchange() |
public Exchange.Arguments arguments
public boolean autodelete
Whether or not the exchange deletes when all queues are finished using it
See http://schemas.taskcluster.net/pulse/v1/exchanges-response.json#/items/properties/auto-delete
public boolean durable
Whether or not the exchange survives broker restart
See http://schemas.taskcluster.net/pulse/v1/exchanges-response.json#/items/properties/durable
public String name
The exchange’s name
See http://schemas.taskcluster.net/pulse/v1/exchanges-response.json#/items/properties/name
public String type
The exchange’s type
See http://schemas.taskcluster.net/pulse/v1/exchanges-response.json#/items/properties/type
public String vhost
The exchange’s vhost
See http://schemas.taskcluster.net/pulse/v1/exchanges-response.json#/items/properties/vhost
Copyright © 2014–2017 Mozilla. All rights reserved.