public interface ApplicationStatusService
| Modifier and Type | Method and Description |
|---|---|
ApplicationState |
getState() |
boolean |
hasRecentlyRejectedRequests()
Retrieves a flag indicating whether a recent request has failed.
|
boolean |
isQueueingRequests()
Retrieves a flag indicating whether a recent request has been queued for longer than the timeout.
|
@Nonnull ApplicationState getState()
boolean hasRecentlyRejectedRequests()
true if acquiring a ticket has been rejected; otherwise, falseboolean isQueueingRequests()
true if acquiring a ticket has been queued for more than the timeout otherwise, falseCopyright © 2019 Atlassian. All rights reserved.