public interface RuntimeConfigLoader
Properties object which are later used to
dynamically update Hybris configuration in runtime. Keep in mind that implementation must contain constructor without
any parameters. To use it in the system set up fully qualified name in the property "runtime.config.loader.class".RuntimeConfigUpdateListener}| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.util.Properties> |
load()
Loads configuration from watched resource and wraps it into
Properties object. |
Copyright © 2018 SAP SE. All Rights Reserved.