Uses of Interface
org.apache.activemq.blob.BlobUploadStrategy
Packages that use BlobUploadStrategy
Package
Description
Helper classes for dealing with out-of-band BLOB objects
-
Uses of BlobUploadStrategy in org.apache.activemq.blob
Classes in org.apache.activemq.blob that implement BlobUploadStrategyModifier and TypeClassDescriptionclassA default implementation ofBlobUploadStrategywhich uses the URL class to upload files or streams to a remote URLclassBlobUploadStrategyandBlobDownloadStrategyimplementation which use the local filesystem for storing the payloadMethods in org.apache.activemq.blob that return BlobUploadStrategyModifier and TypeMethodDescriptionprotected BlobUploadStrategyBlobTransferPolicy.createUploadStrategy()Returns the upload strategy depending on the information from the uploadURL.BlobUploader.getStrategy()BlobTransferPolicy.getUploadStrategy()Methods in org.apache.activemq.blob with parameters of type BlobUploadStrategyModifier and TypeMethodDescriptionvoidBlobTransferPolicy.setUploadStrategy(BlobUploadStrategy uploadStrategy) Sets the upload strategy to use for uploading BLOBs to some URL