public class Execute extends Object
| Constructor and Description |
|---|
Execute(String baseUrl,
javax.ws.rs.client.Client client) |
| Modifier and Type | Method and Description |
|---|---|
com.mulesoft.agent.domain.tooling.dataweave.model.PreviewResponse |
post(com.mulesoft.agent.domain.tooling.dataweave.model.PreviewRequest request,
boolean verboseErrorsEnabled,
int readTimeout)
Run dataweave script in the context of an application described by applicationId
|
public Execute(String baseUrl, javax.ws.rs.client.Client client)
public com.mulesoft.agent.domain.tooling.dataweave.model.PreviewResponse post(com.mulesoft.agent.domain.tooling.dataweave.model.PreviewRequest request,
boolean verboseErrorsEnabled,
int readTimeout)
throws ToolingAgentHandlerException
request - parameters for running dataweave scriptreadTimeout - read timeout in millisecondsverboseErrorsEnabled - flag that defines if it has to be verbose the response in case of errors/failures.ToolingAgentHandlerExceptionCopyright © 2022 MuleSoft, Inc.. All rights reserved.