Interface QuartzExtensionPointConfig


@ConfigMapping public interface QuartzExtensionPointConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Class name for the configuration.
    The properties passed to the class.
  • Method Details

    • clazz

      @WithName("class") String clazz()
      Class name for the configuration.
    • properties

      @ConfigDocMapKey("property-key") Map<String,String> properties()
      The properties passed to the class.