Class ConfigPropertyResolver

java.lang.Object
com.oracle.coherence.mp.config.ConfigPropertyResolver
All Implemented Interfaces:
EnvironmentVariableResolver, SystemPropertyResolver

public class ConfigPropertyResolver extends Object implements SystemPropertyResolver, EnvironmentVariableResolver
An implementation of Coherence property resolvers that reads system properties and environment variables from MP Config.
Since:
20.06
Author:
Aleks Seovic 2019.10.11
See Also:
  • Constructor Details

    • ConfigPropertyResolver

      public ConfigPropertyResolver()
      Construct ConfigPropertyResolver instance.

      This class is loaded by the ServiceLoader so must have a default constructor.

  • Method Details