- All Known Implementing Classes:
- GridFSMediaStorageCleaner, LocalFileMediaStorageCleaner, S3MediaStorageCleaner, WindowsAzureBlobStorageCleaner
public interface MediaStorageInitializer
Allows to prepare storage during initialization and update of the hybris system. Initialization process removes whole
data, thus any binary data from the media storage cannot be managed by platform anymore. The best approach is to
clear media storage on initialization completely.
Please keep in mind that during initialization process hybris platform is not fully started and using any Models,
Items or other services related to persistence may not be possible.