Package org.citrusframework.endpoint
Interface PollableEndpointConfiguration
- All Superinterfaces:
EndpointConfiguration
Extends endpoint configuration by adding polling interval settings.
- Since:
- 2.1
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the polling interval used on this endpoint configuration.voidsetPollingInterval(long pollingInterval) Sets the polling interval.Methods inherited from interface org.citrusframework.endpoint.EndpointConfiguration
getTimeout, setTimeout
-
Method Details
-
getPollingInterval
long getPollingInterval()Gets the polling interval used on this endpoint configuration.- Returns:
-
setPollingInterval
void setPollingInterval(long pollingInterval) Sets the polling interval.- Parameters:
pollingInterval-
-