Interface S3MessageHandler.UploadMetadataProvider
- Enclosing class:
- S3MessageHandler
public static interface S3MessageHandler.UploadMetadataProvider
The callback to populate an
ObjectMetadata for upload operation. The
message can be used as a metadata source.-
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateMetadata(ObjectMetadata metadata, org.springframework.messaging.Message<?> message)
-
Method Details
-
populateMetadata
-