Uses of Class
org.mule.tests.internal.NonBlockingConfiguration
Packages that use NonBlockingConfiguration
-
Uses of NonBlockingConfiguration in org.mule.tests.internal
Methods in org.mule.tests.internal with parameters of type NonBlockingConfigurationModifier and TypeMethodDescriptionvoidNonBlockingOperations.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-blockingProcessorimplementation that will return control to the Flow in a customSchedulerthread in the same way as, for example, a HTTP requester would.