public interface CompressorStrategy
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> |
compress(org.mule.runtime.api.metadata.TypedValue<InputStream> data)
Compresses an incoming data content.
|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> compress(org.mule.runtime.api.metadata.TypedValue<InputStream> data) throws CompressionException
CompressionExceptionCopyright © 2026 MuleSoft, Inc.. All rights reserved.