public interface PromiseStatus
| Modifier and Type | Method and Description |
|---|---|
void |
fulfilled() |
Throwable |
getCreatedAt() |
long |
getKey() |
Throwable |
getReason() |
Throwable |
getRejectedAt() |
long |
getTimestamp() |
PromiseStatus |
observed() |
void |
rejected(Throwable reason) |
long getKey()
long getTimestamp()
Throwable getCreatedAt()
Throwable getReason()
Throwable getRejectedAt()
PromiseStatus observed()
void fulfilled()
void rejected(Throwable reason)
Copyright © 2013-2014 Englishtown. All Rights Reserved.