Class AsyncBlob

All Implemented Interfaces:
Serializable, Blob

@Deprecated public class AsyncBlob extends JSONBlob
Deprecated.
since 10.3, use the @async operation adapter instead.
An asynchronously build blob.
Since:
9.3
See Also:
  • Field Details

    • key

      protected String key
      Deprecated.
    • completed

      protected boolean completed
      Deprecated.
    • progress

      protected int progress
      Deprecated.
  • Constructor Details

    • AsyncBlob

      public AsyncBlob(String key)
      Deprecated.
    • AsyncBlob

      public AsyncBlob(String key, boolean completed, int progress)
      Deprecated.
    • AsyncBlob

      public AsyncBlob(String key, boolean completed, int progress, String filename)
      Deprecated.
  • Method Details

    • getKey

      public String getKey()
      Deprecated.
    • getProgress

      public int getProgress()
      Deprecated.
    • isCompleted

      public boolean isCompleted()
      Deprecated.