Class ClusterConfigSource

  • All Implemented Interfaces:
    org.eclipse.microprofile.config.spi.ConfigSource

    public class ClusterConfigSource
    extends PayaraConfigSource
    Author:
    Steve Millidge (Payara Foundation)
    • Constructor Detail

      • ClusterConfigSource

        public ClusterConfigSource()
    • Method Detail

      • getOrdinal

        public int getOrdinal()
      • getValue

        public String getValue​(String propertyName)
      • getName

        public String getName()
      • setValue

        public void setValue​(String propertyName,
                             String propertyValue)
      • deleteValue

        public void deleteValue​(String propertyName)