@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.iec60870-server") public class ServerComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
ServerComponentConfiguration.ServerOptionsNestedConfiguration |
Constructor and Description |
---|
ServerComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
ServerComponentConfiguration.ServerOptionsNestedConfiguration |
getDefaultConnectionOptions() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setDefaultConnectionOptions(ServerComponentConfiguration.ServerOptionsNestedConfiguration defaultConnectionOptions) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public ServerComponentConfiguration.ServerOptionsNestedConfiguration getDefaultConnectionOptions()
public void setDefaultConnectionOptions(ServerComponentConfiguration.ServerOptionsNestedConfiguration defaultConnectionOptions)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel