Package com.oracle.coherence.mp.config


package com.oracle.coherence.mp.config
Coherence support for Eclipse MicroProfile Config.
Since:
20.06
Author:
Aleks Seovic 2019.10.11
  • Classes
    Class
    Description
    Bridges the gap between ServiceLoader and CDI, by registering itself as a service and using CDI to discover available CDI-managed ConfigSources.
    An implementation of ConfigSource that reads configuration properties from a Coherence map.
    A static ConfigSource implementation that overrides default Coherence configuration to: Use java.util.logging as a logging destination Use com.oracle.coherence as a logger name Changes default message format to (thread={thread}, member={member}, up={uptime}): {text}, in order to allow java.util.logging to control overall message formatting This ConfigSource has an ordinal of 0, so the default configuration values above will only be used if none of the higher priority configuration sources provides an override for a configuration property.
    An event that will be raised whenever any config property is added to, updated in, or removed from the CoherenceConfigSource.
    An implementation of Coherence property resolvers that reads system properties and environment variables from MP Config.