Interface MediaMetaDataProvider

  • All Known Implementing Classes:
    AbstractMediaMetaDataProvider, ImageMediaMetaDataProvider

    public interface MediaMetaDataProvider
    Pluggable strategy to extract metadata from a given MediaModel.

    All spring beans implementing this interface will be called to extract and store the metadata they are responsible for. These bean will be called either by a cron job, task, or action automatically.