public class NamespaceCreationRequest extends Object
Namespace creation request
See http://schemas.taskcluster.net/pulse/v1/namespace-request.json#
| Modifier and Type | Field and Description |
|---|---|
String |
contact
E-mail address that will reach people who can address problems with runaway queue length.
|
Date |
expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
|
| Constructor and Description |
|---|
NamespaceCreationRequest() |
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. If omitted, no warnings will be given.
See http://schemas.taskcluster.net/pulse/v1/namespace-request.json#/properties/contact
public Date expires
Date-time after which the username, and all associated queues and exchanges, should be deleted. This can be updated on every claim, with no limit. This should be set to a very short time for temporary credentials (such as for tests), and for a long time (days) for production credentials. It defaults to four hours.
See http://schemas.taskcluster.net/pulse/v1/namespace-request.json#/properties/expires
Copyright © 2014–2018 Mozilla. All rights reserved.