Class KnativeEventingConfigSource

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

    public class KnativeEventingConfigSource
    extends Object
    implements org.eclipse.microprofile.config.spi.ConfigSource
    Provides the default configuration for a Kogito project that uses Knative Eventing as underling event platform
    • Constructor Detail

      • KnativeEventingConfigSource

        public KnativeEventingConfigSource​(Map<String,​String> configuration)
    • Method Detail

      • getOrdinal

        public int getOrdinal()
        Specified by:
        getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getPropertyNames

        public Set<String> getPropertyNames()
        Specified by:
        getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getValue

        public String getValue​(String propertyName)
        Specified by:
        getValue in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.microprofile.config.spi.ConfigSource