Constructor
Parameters
OMSSConfig
required
Immutable server configuration
Returns
OMSSServer
Properties
required
Get the OMSS Config from the constructor
ExtractorService
required
required
PluginService
required
ProviderService
required
SourceService
required
Methods
decorate()
Parameters
string
required
The name of the property to be decorated.
T
required
The value to be assigned to the property.
string[]
An array of dependency names.
Returns
Result<string, OMSSServerError>
The name of the decorated property in the Result object.
getDecorator()
Parameters
string
required
The name of the property to retrieve.
Returns
Result<T, OMSSServerError>
The decorated property value in the Result object.
hasDecorator()
Parameters
string
required
The name of the decorator to check.
Returns
boolean
True if the decorator exists, false otherwise.