@DisplayName(value="Gzip") @Alias(value="gzip-compressor") public class GzipCompressorStrategy extends Object implements CompressorStrategy
| Constructor and Description |
|---|
GzipCompressorStrategy() |
| 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.
|
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> compress(org.mule.runtime.api.metadata.TypedValue<InputStream> data)
compress in interface CompressorStrategyCopyright © 2026 MuleSoft, Inc.. All rights reserved.