| Package | Description |
|---|---|
| org.mule.extension.compression.api.strategy | |
| org.mule.extension.compression.api.strategy.zip |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> |
ArchiverStrategy.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> |
CompressorStrategy.compress(org.mule.runtime.api.metadata.TypedValue<InputStream> data)
Compresses an incoming data content.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> |
ZipCompressorStrategy.compress(org.mule.runtime.api.metadata.TypedValue<InputStream> data)
Compresses an incoming data content.
|
Copyright © 2021 MuleSoft, Inc.. All rights reserved.