Package org.citrusframework.endpoint
Interface EndpointConfiguration
- All Known Subinterfaces:
PollableEndpointConfiguration
- All Known Implementing Classes:
AbstractEndpointConfiguration
public interface EndpointConfiguration
- Since:
- 1.4
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the timeout either for sending or receiving messages.voidsetTimeout(long timeout) Sets the timeout setting for this endpoint.
-
Method Details
-
getTimeout
long getTimeout()Gets the timeout either for sending or receiving messages.- Returns:
-
setTimeout
void setTimeout(long timeout) Sets the timeout setting for this endpoint.- Parameters:
timeout-
-