@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.lumberjack") public class LumberjackComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
LumberjackComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBasicPropertyBinding() |
String |
getSslContextParameters() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setSslContextParameters(String sslContextParameters) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public String getSslContextParameters()
public void setSslContextParameters(String sslContextParameters)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
Apache Camel