Class ResourcePayload


  • public class ResourcePayload
    extends Object
    Data carrier used by the Consumer to send back streaming payload result data to a caller
    • Constructor Detail

      • ResourcePayload

        public ResourcePayload​(String logicalId,
                               Instant lastUpdated,
                               long resourceId,
                               InputStream decompressedPayload)
    • Method Detail

      • getLogicalId

        public String getLogicalId()
        Getter for the logicalId of this resource
        Returns:
      • getResourceId

        public long getResourceId()
        Getter for the resourceId
        Returns:
      • getLastUpdated

        public Instant getLastUpdated()
        Returns:
        the lastUpdated