Package org.citrusframework.endpoint
Class AbstractEndpointConfiguration
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointConfiguration
- All Implemented Interfaces:
EndpointConfiguration
Abstract endpoint configuration provides basic properties such as message listeners.
- Since:
- 1.4
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the timeout for sending and receiving messages.voidsetTimeout(long timeout) Sets the timeout for sending and receiving messages..
-
Constructor Details
-
AbstractEndpointConfiguration
public AbstractEndpointConfiguration()
-
-
Method Details
-
getTimeout
public long getTimeout()Gets the timeout for sending and receiving messages.- Specified by:
getTimeoutin interfaceEndpointConfiguration- Returns:
-
setTimeout
public void setTimeout(long timeout) Sets the timeout for sending and receiving messages..- Specified by:
setTimeoutin interfaceEndpointConfiguration- Parameters:
timeout-
-