Uses of Interface
com.tangosol.coherence.config.SystemPropertyResolver
Package
Description
Coherence support for Eclipse MicroProfile Config.
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
-
Uses of SystemPropertyResolver 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 SystemPropertyResolver in com.tangosol.coherence.config
Modifier and TypeMethodDescriptionstatic SystemPropertyResolver
SystemPropertyResolver.getInstance()
Return an instance of aSystemPropertyResolver
discovered by theServiceLoader
, or a default instance if none are discovered.