public class RouteOperation extends Object
| Constructor and Description |
|---|
RouteOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
route(ODataConfig config,
InputStream content,
HttpRequestParameters parameters,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,RouteOutputAttributes> callback,
org.mule.runtime.extension.api.runtime.operation.FlowListener flowListener) |
@MediaType(value="*/*",
strict=false)
@Throws(value=RouterErrorTypeProvider.class)
@OnException(value=ODataExceptionHandler.class)
public void route(@Config
ODataConfig config,
@Content
InputStream content,
@ParameterGroup(name="HTTP Request Parameters",showInDsl=true)
HttpRequestParameters parameters,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,RouteOutputAttributes> callback,
org.mule.runtime.extension.api.runtime.operation.FlowListener flowListener)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.