Blueprint Developer Manual / Version 2512.0
Table Of ContentsExtension points are CoreMedia interfaces or classes that are annotated with @ExtensionPoint.
Typically, extension points are strategies like content hub adapters or validators (for an overview, see Section “Plugin Extension Points Reference”). A plugin provides instances of extension points as Spring beans in its configuration class. The plugin framework detects them at runtime by their type and passes them to the components that apply them.
Plugin Extension Points Reference
CoreMedia Content Cloud features the following extension points (grouped by applications):
Every application using Spring Web MVC
Content Feeder / Studio Server
Studio Server
Headless Server
For details, consult the API documentation of the particular extension point.


