Class ExporterProperties
- java.lang.Object
-
- org.springframework.cloud.function.web.source.ExporterProperties
-
@ConfigurationProperties(prefix="spring.cloud.function.web.export") public class ExporterProperties extends Object
- Author:
- Dave Syer, Oleg Zhurakousky
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExporterProperties.Sinkstatic classExporterProperties.Source
-
Constructor Summary
Constructors Constructor Description ExporterProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExporterProperties.SinkgetSink()ExporterProperties.SourcegetSource()booleanisAutoStartup()booleanisDebug()booleanisEnabled()voidsetAutoStartup(boolean autoStartup)voidsetDebug(boolean debug)voidsetEnabled(boolean enabled)
-
-
-
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)
-
getSource
public ExporterProperties.Source getSource()
-
getSink
public ExporterProperties.Sink getSink()
-
-