Package com.consol.citrus.endpoint
Interface EndpointConfiguration
-
- All Known Subinterfaces:
PollableEndpointConfiguration
- All Known Implementing Classes:
AbstractEndpointConfiguration
public interface EndpointConfiguration- Since:
- 1.4
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTimeout()Gets the timeout either for sending or receiving messages.voidsetTimeout(long timeout)Sets the timeout setting for this endpoint.
-