@ConfigurationProperties(prefix="spring.cloud.function.web.export") public class ExporterProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExporterProperties.Sink |
static class |
ExporterProperties.Source |
Constructor and Description |
---|
ExporterProperties() |
Modifier and Type | Method and Description |
---|---|
ExporterProperties.Sink |
getSink() |
ExporterProperties.Source |
getSource() |
boolean |
isAutoStartup() |
boolean |
isDebug() |
boolean |
isEnabled() |
void |
setAutoStartup(boolean autoStartup) |
void |
setDebug(boolean debug) |
void |
setEnabled(boolean enabled) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isAutoStartup()
public void setAutoStartup(boolean autoStartup)
public boolean isDebug()
public void setDebug(boolean debug)
public ExporterProperties.Source getSource()
public ExporterProperties.Sink getSink()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.