public class NamespaceCreationResponse extends Object
Namespace creation response
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
connectionString
The AMQP URL for connecting to the pulse service.
|
String |
contact
E-mail address that will reach people who can address problems with runaway queue length.
|
Date |
created
Date-time at which this namespace was first claimed.
|
Date |
expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
|
String |
namespace
The name of the namespace createdSee http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/namespace
|
Date |
reclaimAt
The caller should plan to call
claimNamespace again at this time. |
| Constructor and Description |
|---|
NamespaceCreationResponse() |
public String connectionString
The AMQP URL for connecting to the pulse service. Note that this URL contains a password, so it should not be logged or displayed to users.
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/connectionString
public String contact
E-mail address that will reach people who can address problems with runaway queue length. The service will send warning notifications to this address before forcibly deleting the queue.
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/contact
public Date created
Date-time at which this namespace was first claimed.
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/created
public Date expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/expires
public String namespace
The name of the namespace created
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/namespace
public Date reclaimAt
The caller should plan to call claimNamespace again at this time. The provided password will become invalid a short time after this.
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/reclaimAt
Copyright © 2014–2017 Mozilla. All rights reserved.