public interface ArchiverStrategy
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> |
archive(Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> entries)
Receives a map with all the contents that needs to be compressed, creates a new archive with
those contents and returns the created archive as an InputStream
|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> archive(Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> entries) throws CompressionException
CompressionExceptionCopyright © 2021 MuleSoft, Inc.. All rights reserved.