Interface ZipArchiveEntryRequestSupplier
public interface ZipArchiveEntryRequestSupplier
Supplies
ZipArchiveEntryRequest
.
Implementations are required to support thread-handover. While an instance will not be accessed concurrently by multiple threads, it will be called by a
different thread than it was created on.- Since:
- 1.13
-
Method Summary
Modifier and TypeMethodDescriptionget()
Supply aZipArchiveEntryRequest
to be added to a parallel archive.
-
Method Details
-
get
Supply aZipArchiveEntryRequest
to be added to a parallel archive.- Returns:
- The
ZipArchiveEntryRequest
instance. Should never be null.
-