Uses of Interface
com.tangosol.coherence.config.EnvironmentVariableResolver
Packages that use 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
Classes in com.oracle.coherence.mp.config that implement EnvironmentVariableResolverModifier 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
Classes in com.tangosol.coherence.config that implement EnvironmentVariableResolverModifier and TypeClassDescriptionstatic class
DefaultEnvironmentVariableResolver
implementation.Methods in com.tangosol.coherence.config that return EnvironmentVariableResolverModifier and TypeMethodDescriptionstatic EnvironmentVariableResolver
EnvironmentVariableResolver.getInstance()
Return an instance of aEnvironmentVariableResolver
discovered by theServiceLoader
, or a default instance if none are discovered.