Class SupplierProperties
- java.lang.Object
-
- org.springframework.cloud.function.web.source.SupplierProperties
-
@ConfigurationProperties("spring.cloud.function.web.supplier") @Deprecated public class SupplierProperties extends ObjectDeprecated.in favour ofExporterProperties- Author:
- Dave Syer
-
-
Constructor Summary
Constructors Constructor Description SupplierProperties()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,String>getHeaders()Deprecated.StringgetName()Deprecated.StringgetTemplateUrl()Deprecated.booleanisAutoStartup()Deprecated.booleanisDebug()Deprecated.booleanisEnabled()Deprecated.voidsetAutoStartup(boolean autoStartup)Deprecated.voidsetDebug(boolean debug)Deprecated.voidsetEnabled(boolean enabled)Deprecated.voidsetName(String name)Deprecated.voidsetTemplateUrl(String templateUrl)Deprecated.
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Deprecated.
-
setEnabled
public void setEnabled(boolean enabled)
Deprecated.
-
isAutoStartup
public boolean isAutoStartup()
Deprecated.
-
setAutoStartup
public void setAutoStartup(boolean autoStartup)
Deprecated.
-
isDebug
public boolean isDebug()
Deprecated.
-
setDebug
public void setDebug(boolean debug)
Deprecated.
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getTemplateUrl
public String getTemplateUrl()
Deprecated.
-
setTemplateUrl
public void setTemplateUrl(String templateUrl)
Deprecated.
-
-