public interface RequestStatus
Modifier and Type | Interface and Description |
---|---|
static class |
RequestStatus.Status
Request status.
|
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
getAssociatedResources()
Get the resources involved in the operation initiated by the request.
|
Resource |
getRequestResource()
Get the resource of type request for the asynchronous request.
|
RequestStatus.Status |
getStatus()
Get the status of the operation initiated by the request.
|
RequestStatusMetaData |
getStatusMetadata() |
Set<Resource> getAssociatedResources()
Resource getRequestResource()
RequestStatus.Status getStatus()
RequestStatusMetaData getStatusMetadata()
Copyright © 2022 Apache Software Foundation. All rights reserved.