public class MuleTestingProcessingStrategiesTestOperations extends Object
| Constructor and Description |
|---|
MuleTestingProcessingStrategiesTestOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
barrier(String name) |
void |
blockingWithCallback(String key,
CompletionCallbacksDeferrer connection,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Object> callback) |
void |
blockingWithoutCallback(String key) |
void |
cpuIntensiveWithCallback(String key,
CompletionCallbacksDeferrer connection,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Object> callback) |
void |
cpuIntensiveWithoutCallback(String key) |
void |
cpuLiteWithCallback(String key,
CompletionCallbacksDeferrer connection,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Object> callback) |
void |
cpuLiteWithoutCallback(String key) |
public MuleTestingProcessingStrategiesTestOperations()
@Execution(value=CPU_LITE) public void cpuLiteWithoutCallback(String key)
@Execution(value=BLOCKING) public void blockingWithoutCallback(String key)
@Execution(value=CPU_INTENSIVE) public void cpuIntensiveWithoutCallback(String key)
@MediaType(value="text/plain",
strict=false)
@Execution(value=CPU_LITE)
public void cpuLiteWithCallback(String key,
@Connection
CompletionCallbacksDeferrer connection,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Object> callback)
throws InterruptedException
InterruptedException@MediaType(value="text/plain",
strict=false)
@Execution(value=BLOCKING)
public void blockingWithCallback(String key,
@Connection
CompletionCallbacksDeferrer connection,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Object> callback)
throws InterruptedException
InterruptedException@MediaType(value="text/plain",
strict=false)
@Execution(value=CPU_INTENSIVE)
public void cpuIntensiveWithCallback(String key,
@Connection
CompletionCallbacksDeferrer connection,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Object> callback)
throws InterruptedException
InterruptedExceptionpublic void barrier(String name) throws InterruptedException
InterruptedExceptionCopyright © 2022 MuleSoft, Inc.. All rights reserved.