Class UploadStatusKey

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class UploadStatusKey
    extends SpecificRecordBase implements SpecificRecord
                        

    Key object for net.corda.data.chunking.UploadStatus when sent in response to receipt of net.corda.data.chunking.Chunk

    • Constructor Detail

      • UploadStatusKey

        UploadStatusKey()
        Default constructor.
      • UploadStatusKey

        UploadStatusKey(String requestId, Integer sequenceNumber)
        All-args constructor.
        Parameters:
        requestId - unique identifier representing this upload
        sequenceNumber - Disambiguates the UploadStatus message - the highest sequence number is the current UploadStatus