public interface StreamingManager
| Modifier and Type | Method and Description |
|---|---|
ByteStreamingManager |
forBytes() |
ObjectStreamingManager |
forObjects() |
StreamingStatistics |
getStreamingStatistics() |
org.mule.runtime.api.streaming.CursorProvider |
manage(org.mule.runtime.api.streaming.CursorProvider provider,
Event creatorEvent)
Becomes aware of the given
provider and returns a replacement provider
which is managed by the runtime, allowing for automatic resource handling |
ByteStreamingManager forBytes()
ObjectStreamingManager forObjects()
StreamingStatistics getStreamingStatistics()
org.mule.runtime.api.streaming.CursorProvider manage(org.mule.runtime.api.streaming.CursorProvider provider,
Event creatorEvent)
provider and returns a replacement provider
which is managed by the runtime, allowing for automatic resource handlingprovider - the provider to be trackedcreatorEvent - the event that created the providerCursorContextCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.