public class SerializeEntityCollectionResponseOperation extends Object
Targeted to be the last operation of a listener flow.
| Constructor and Description |
|---|
SerializeEntityCollectionResponseOperation() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> |
serializeEntityCollection(ODataConfig config,
ConfigurationRoutingKey routingKey,
org.mule.runtime.api.metadata.TypedValue<InputStream> inboundContent) |
public SerializeEntityCollectionResponseOperation()
@MediaType(value="*/*",
strict=false)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> serializeEntityCollection(@Config
ODataConfig config,
@MetadataKeyId @ParameterGroup(name="routingKey")
ConfigurationRoutingKey routingKey,
@TypeResolver(value=InputEntityCollectionResolver.class) @Content
org.mule.runtime.api.metadata.TypedValue<InputStream> inboundContent)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.