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.
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. In most cases it should be set to several days in the future.
See http://schemas.taskcluster.net/pulse/v1/namespace-request.json#/properties/expires
Copyright © 2014–2017 Mozilla. All rights reserved.