public abstract class AbstractIntegrationConfigurationProperties extends Object implements IntegrationConfigurationProperties
ConfigurationProperties
Constructor and Description |
---|
AbstractIntegrationConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
Duration |
getConnectTimeout()
Gets the connect timeout.
|
URI |
getEndpoint()
Gets the endpoint of the remote service to integrate.
|
Duration |
getReadTimeout()
Gets the read timeout.
|
void |
setConnectTimeout(Duration connectTimeout)
Sets the connect timeout.
|
void |
setEndpoint(URI endpoint)
Sets the endpoint of the remote service to integrate.
|
void |
setReadTimeout(Duration readTimeout)
Sets the read timeout.
|
public AbstractIntegrationConfigurationProperties()
public URI getEndpoint()
getEndpoint
in interface IntegrationConfigurationProperties
public void setEndpoint(URI endpoint)
endpoint
- the endpoint of the remote service to integratepublic Duration getConnectTimeout()
getConnectTimeout
in interface IntegrationConfigurationProperties
public void setConnectTimeout(Duration connectTimeout)
connectTimeout
- the connect timeoutpublic Duration getReadTimeout()
getReadTimeout
in interface IntegrationConfigurationProperties
public void setReadTimeout(Duration readTimeout)
readTimeout
- the read timeoutCopyright © 2012–2019 Drombler. All rights reserved.