Uses of Interface
com.tangosol.coherence.config.EnvironmentVariableResolver
Package
Description
Coherence support for Eclipse MicroProfile Config.
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
-
Uses of EnvironmentVariableResolver in com.oracle.coherence.mp.config
Modifier and TypeClassDescriptionclass
An implementation of Coherence property resolvers that reads system properties and environment variables from MP Config. -
Uses of EnvironmentVariableResolver in com.tangosol.coherence.config
Modifier and TypeClassDescriptionstatic class
DefaultEnvironmentVariableResolver
implementation.Modifier and TypeMethodDescriptionstatic EnvironmentVariableResolver
EnvironmentVariableResolver.getInstance()
Return an instance of aEnvironmentVariableResolver
discovered by theServiceLoader
, or a default instance if none are discovered.