public class OperationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static BiConsumer<org.mule.runtime.http.api.domain.message.response.HttpResponse,Throwable> |
createCompletionHandler(org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Void> completionCallback) |
static BiConsumer<org.mule.runtime.http.api.domain.message.response.HttpResponse,Throwable> |
createCompletionHandler(org.mule.runtime.extension.api.runtime.process.CompletionCallback completionCallback,
String payloadExpression,
org.mule.runtime.core.api.el.ExpressionManager expressionManager) |
static String |
toQueryParams(NotificationStatus status) |
public static BiConsumer<org.mule.runtime.http.api.domain.message.response.HttpResponse,Throwable> createCompletionHandler(org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Void> completionCallback)
public static BiConsumer<org.mule.runtime.http.api.domain.message.response.HttpResponse,Throwable> createCompletionHandler(org.mule.runtime.extension.api.runtime.process.CompletionCallback completionCallback, String payloadExpression, org.mule.runtime.core.api.el.ExpressionManager expressionManager)
public static String toQueryParams(NotificationStatus status)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.