Uses of Interface
org.apache.activemq.blob.BlobUploadStrategy
-
Packages that use BlobUploadStrategy Package Description org.apache.activemq.blob 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 BlobUploadStrategy Modifier and Type Class Description classDefaultBlobUploadStrategyA default implementation ofBlobUploadStrategywhich uses the URL class to upload files or streams to a remote URLclassFileSystemBlobStrategyBlobUploadStrategyandBlobDownloadStrategyimplementation which use the local filesystem for storing the payloadMethods in org.apache.activemq.blob that return BlobUploadStrategy Modifier and Type Method Description protected BlobUploadStrategyBlobTransferPolicy. createUploadStrategy()Returns the upload strategy depending on the information from the uploadURL.BlobUploadStrategyBlobUploader. getStrategy()BlobUploadStrategyBlobTransferPolicy. getUploadStrategy()Methods in org.apache.activemq.blob with parameters of type BlobUploadStrategy Modifier and Type Method Description voidBlobTransferPolicy. setUploadStrategy(BlobUploadStrategy uploadStrategy)Sets the upload strategy to use for uploading BLOBs to some URL
-