Interface Retrievable

  • All Superinterfaces:
    Response
    All Known Implementing Classes:
    StorageResponse

    public interface Retrievable
    extends Response
    This interface represents that the response can be/ has been stored.
    Author:
    Ween Jiann Lee
    • Method Detail

      • getRecord

        Record getRecord()
        Returns record archive of this response that has been insert into a persistent storage.
        Returns:
        record where an archive has been saved