Package org.apache.activemq.blob
Helper classes for dealing with out-of-band BLOB objects
-
Interface Summary Interface Description BlobDownloadStrategy Represents a strategy of downloading a file/stream from some remoteBlobUploadStrategy Represents a strategy of uploading a file/stream to some remote -
Class Summary Class Description BlobDownloader Mediator for Blob DownloadBlobTransferPolicy The policy for configuring how BLOBs (Binary Large OBjects) are transferred out of band between producers, brokers and consumers.BlobUploader A helper class to represent a required upload of a BLOB to some remote URLDefaultBlobDownloadStrategy A default implementation ofBlobDownloadStrategy
which uses the URL class to download files or streams from a remote URLDefaultBlobUploadStrategy A default implementation ofBlobUploadStrategy
which uses the URL class to upload files or streams to a remote URLDefaultStrategy FileSystemBlobStrategy BlobUploadStrategy
andBlobDownloadStrategy
implementation which use the local filesystem for storing the payload