public class HttpConnectorIncomingConfiguration extends HttpConnectorCommonConfiguration
smallrye-http connector.config| Constructor and Description |
|---|
HttpConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new HttpConnectorIncomingConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Gets the host value from the configuration.
|
Integer |
getPort()
Gets the port value from the configuration.
|
void |
validate() |
config, getChannel, getFromAlias, getFromAliasWithDefaultValuepublic HttpConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public String getHost()
public Integer getPort()
public void validate()
validate in class HttpConnectorCommonConfigurationCopyright © 2018–2021 SmallRye. All rights reserved.