Class | Description |
---|---|
ArtemisPersistenceConfigProvider |
The Artemis operational parameters.
|
CryptoConfigProvider |
Reads crypto configuration from a YAML file, falling back to hard-coded
configuration if no file is available.
|
ImportConfigProvider |
Reads import configuration from a YAML file, falling back to hard-coded
configuration if no file is available.
|
ImportGcQConfigProvider |
The import garbage collection queue configuration as required by HornetQ.
|
ImportQConfigProvider |
The import queue configuration as required by HornetQ.
|
MailConfigProvider |
Reads mail server configuration from a YAML file, falling back to hard-coded
configuration if no file is available.
|
MailQConfigProvider |
The mail queue configuration as required by HornetQ.
|
MountPointsConfigProvider |
Reads mount points configuration from a YAML file, falling back to hard-coded
configuration if no file is available.
|
OmeCliConfigProvider |
The data needed to configure the OMERO CLI commands.
|
OmeroSessionQConfigProvider |
The OMERO session queue configuration as required by HornetQ.
|
PriorityConfigProvider<T> |
Base class for
ConfigProvider beans that prioritize where
configuration is read from. |
UndertowConfigProvider |
Reads Undertow configuration from a YAML file, falling back to hard-coded
configuration if no file is available.
|
YmlResourceReader<T> |
A resource reader to read a configuration item of type
T from its
YAML representation. |