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, false
boolean isQueueingRequests()
true
if acquiring a ticket has been queued for more than the timeout otherwise, false
Copyright © 2021 Atlassian. All rights reserved.