Class SpringBootEventConfig


  • @NotThreadSafe
    public class SpringBootEventConfig
    extends io.perfana.eventscheduler.api.config.EventConfig
    • Constructor Detail

      • SpringBootEventConfig

        public SpringBootEventConfig()
    • Method Detail

      • setTags

        public void setTags​(String tags)
      • toContext

        public SpringBootEventContext toContext()
        Overrides:
        toContext in class io.perfana.eventscheduler.api.config.EventConfig
      • toContext

        public SpringBootEventContext toContext​(io.perfana.eventscheduler.api.config.TestContext override)
        Overrides:
        toContext in class io.perfana.eventscheduler.api.config.EventConfig
      • getActuatorBaseUrl

        public String getActuatorBaseUrl()
      • setActuatorBaseUrl

        public void setActuatorBaseUrl​(String actuatorBaseUrl)
      • getActuatorEnvProperties

        public String getActuatorEnvProperties()
      • setActuatorEnvProperties

        public void setActuatorEnvProperties​(String actuatorEnvProperties)
      • getActuatorPropPrefix

        @Deprecated(forRemoval=true)
        public String getActuatorPropPrefix()
        Deprecated, for removal: This API element is subject to removal in a future version.
        use tags instead
        Returns:
        actuator prefix
      • setActuatorPropPrefix

        @Deprecated(forRemoval=true)
        public void setActuatorPropPrefix​(String actuatorPropPrefix)
        Deprecated, for removal: This API element is subject to removal in a future version.
        use tags instead
        Parameters:
        actuatorPropPrefix - actuator prefix
      • getDumpPath

        public String getDumpPath()
      • setDumpPath

        public void setDumpPath​(String dumpPath)