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 TypeClassDescriptionclass
A default implementation ofBlobUploadStrategy
which uses the URL class to upload files or streams to a remote URLclass
BlobUploadStrategy
andBlobDownloadStrategy
implementation which use the local filesystem for storing the payloadMethods in org.apache.activemq.blob that return BlobUploadStrategyModifier and TypeMethodDescriptionprotected BlobUploadStrategy
BlobTransferPolicy.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 TypeMethodDescriptionvoid
BlobTransferPolicy.setUploadStrategy
(BlobUploadStrategy uploadStrategy) Sets the upload strategy to use for uploading BLOBs to some URL