Class ExporterProperties


  • @ConfigurationProperties(prefix="spring.cloud.function.web.export")
    public class ExporterProperties
    extends Object
    Author:
    Dave Syer, Oleg Zhurakousky
    • Constructor Detail

      • ExporterProperties

        public ExporterProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • isAutoStartup

        public boolean isAutoStartup()
      • setAutoStartup

        public void setAutoStartup​(boolean autoStartup)
      • isDebug

        public boolean isDebug()
      • setDebug

        public void setDebug​(boolean debug)