Package org.mule.tests.internal
Class SlowStreamingOperations
java.lang.Object
org.mule.tests.internal.SlowStreamingOperations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionslowInfiniteInputStream(long delayBetweenReads) voidslowInfiniteInputStreamNonBlocking(long delayBetweenReads, org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream, Void> callback) slowInfiniteIterator(long delayBetweenReads) voidslowInfiniteIteratorNonBlocking(long delayBetweenReads, org.mule.runtime.extension.api.runtime.process.CompletionCallback<Iterator<String>, Void> callback)
-
Constructor Details
-
SlowStreamingOperations
public SlowStreamingOperations()
-
-
Method Details
-
slowInfiniteInputStream
-
slowInfiniteInputStreamNonBlocking
@MediaType("*/*") public void slowInfiniteInputStreamNonBlocking(long delayBetweenReads, org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream, Void> callback) -
slowInfiniteIterator
-
slowInfiniteIteratorNonBlocking
-