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 ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSink()booleanbooleanisDebug()booleanvoidsetAutoStartup(boolean autoStartup) voidsetDebug(boolean debug) voidsetEnabled(boolean enabled)
-
Constructor Details
-
ExporterProperties
public ExporterProperties()
-
-
Method Details
-
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
-
getSink
-