Package org.mule.tests.internal
Class NonBlockingOperations
java.lang.Object
org.mule.tests.internal.NonBlockingOperations
This class is a container for operations, every public method in this class will be taken as an extension operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnonBlocking(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-blockingProcessorimplementation that will return control to the Flow in a customSchedulerthread in the same way as, for example, a HTTP requester would.
-
Constructor Details
-
NonBlockingOperations
public NonBlockingOperations()
-
-
Method Details
-
nonBlocking
@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) Test async non-blockingProcessorimplementation that will return control to the Flow in a customSchedulerthread in the same way as, for example, a HTTP requester would.
-