public final class PromiseEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
childGuid
child of child promise (for chained via `then`)
|
Object |
detail
fulfillment value or rejection reason, if applicable
|
String |
eventName
one of ['created', 'chained', 'fulfilled', 'rejected']
|
String |
guid
guid of promise.
|
String |
label
label passed to promise's constructor
|
Object |
stack
stack at the time of the event.
|
long |
timeStamp
milliseconds elapsed since 1 January 1970 00:00:00 UTC up until now
|
public String guid
public String childGuid
public String eventName
public Object detail
public String label
public long timeStamp
public Object stack
Copyright © 2015. All Rights Reserved.