public interface PartBodyStreamStorageFactory
Factory for a StreamStorage. This is a powerful extension point and custom implementations can be provided to
implement specific application logic like streaming the part directly to database or to a rest service.
The default implementation is DefaultPartBodyStreamStorageFactory
| Modifier and Type | Method and Description |
|---|---|
org.synchronoss.cloud.nio.stream.storage.StreamStorage |
newStreamStorageForPartBody(Map<String,List<String>> partHeaders,
int partIndex)
Creates the
StreamStorage for a specific part. |
org.synchronoss.cloud.nio.stream.storage.StreamStorage newStreamStorageForPartBody(Map<String,List<String>> partHeaders, int partIndex)
Creates the StreamStorage for a specific part.
partHeaders - The headers of the partStreamStorage for a specific part.Copyright © 2017. All rights reserved.