Interface AsynchronouslyCreatedResource<T>

Type Parameters:
T - The type of the resource.
All Superinterfaces:
ResponseBody
All Known Implementing Classes:
AsynchronousOperationResult, JobExecutionResultResponseBody

public interface AsynchronouslyCreatedResource<T> extends ResponseBody
Interface for REST resources that are created asynchronously.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the status of the resource creation.
    Returns the resource if it is available, null otherwise.
  • Method Details

    • queueStatus

      QueueStatus queueStatus()
      Returns the status of the resource creation.
    • resource

      @Nullable T resource()
      Returns the resource if it is available, null otherwise.