public class AssertOperations extends Object
| Constructor and Description |
|---|
AssertOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertIntercepting(boolean responseSameTask,
org.mule.runtime.extension.api.runtime.route.Chain interceptedChain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback)
Verify that a thread switch on the nested
interceptedChain did or did not occur, according to the given
responseSameTask flag. |
@MediaType(value="*/*",
strict=false)
public void assertIntercepting(@Optional(defaultValue="true")
boolean responseSameTask,
org.mule.runtime.extension.api.runtime.route.Chain interceptedChain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback)
interceptedChain did or did not occur, according to the given
responseSameTask flag.configuration - responseSameTask - true in the intercepted chain must not do any thread switch, false if a thread switch
is expected.interceptedChain - the chain in which a thread switch is expected or not.callback - Copyright © 2025 MuleSoft, Inc.. All rights reserved.