Interface BlobInfoFetcher
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
RandomLogBlobInfoFetcher
public interface BlobInfoFetcher extends AutoCloseable
Fetch blob information of an imported blob for a document.- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobInfo
get(DocumentMessage.Builder builder)
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
get
BlobInfo get(DocumentMessage.Builder builder)
-
-