public class SomeOps extends Object
| Constructor and Description |
|---|
SomeOps() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Object> |
inputStreamConsumingOperation(org.mule.runtime.api.metadata.TypedValue<InputStream> value)
An operation to test the ByteArray to InputStream value transformation.
|
void |
someOp(String conn,
SomeExtension ext) |
public void someOp(@Connection
String conn,
@Config
SomeExtension ext)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Object> inputStreamConsumingOperation(@Content org.mule.runtime.api.metadata.TypedValue<InputStream> value)
value - the value for the operation to consumeCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.