ContentDelivery
Represents a content delivery network (CDN) configuration used within the system.
This class includes properties for defining a CDN URL and a specific formatter to process translations or related content dynamically. It serves as part of a builder pattern for constructing a configurable CDN setup.
The provided url
can be explicitly set, or a default one is generated using additional properties like baseUrl
and id
in the Builder. It also supports flexible formatting strategies by utilizing the sealed Formatter
interface.