public class HttpConnectorOutgoingConfiguration extends HttpConnectorCommonConfiguration
smallrye-http
connector.config
Constructor and Description |
---|
HttpConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new HttpConnectorOutgoingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getConverter()
Gets the converter value from the configuration.
|
String |
getMethod()
Gets the method value from the configuration.
|
String |
getUrl()
Gets the url value from the configuration.
|
void |
validate() |
config, getChannel, getFromAlias, getFromAliasWithDefaultValue
public HttpConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
public String getUrl()
public String getMethod()
public Optional<String> getConverter()
public void validate()
validate
in class HttpConnectorCommonConfiguration
Copyright © 2018–2020 SmallRye. All rights reserved.