public class NonBlockingOperations extends Object
| Constructor and Description |
|---|
NonBlockingOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
nonBlocking(NonBlockingConfiguration configuration,
org.mule.runtime.api.metadata.TypedValue<Object> content,
Long delayMillis,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback)
Test async non-blocking
Processor implementation that will return control to the Flow in a custom Scheduler
thread in the same way as, for example, a HTTP requester would. |
@MediaType(value="*/*",
strict=false)
public void nonBlocking(@Config
NonBlockingConfiguration configuration,
@Content(primary=true) @Optional(defaultValue="#[payload]")
org.mule.runtime.api.metadata.TypedValue<Object> content,
@Optional
Long delayMillis,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback)
Processor implementation that will return control to the Flow in a custom Scheduler
thread in the same way as, for example, a HTTP requester would.Copyright © 2024 MuleSoft, Inc.. All rights reserved.