Class DirectSyncEndpointConfiguration
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointConfiguration
org.citrusframework.endpoint.direct.DirectEndpointConfiguration
org.citrusframework.endpoint.direct.DirectSyncEndpointConfiguration
- All Implemented Interfaces:
EndpointConfiguration,PollableEndpointConfiguration
public class DirectSyncEndpointConfiguration
extends DirectEndpointConfiguration
implements PollableEndpointConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the correlator.longGets the pollingInterval.voidsetCorrelator(MessageCorrelator correlator) Set the reply message correlator.voidsetPollingInterval(long pollingInterval) Sets the pollingInterval.Methods inherited from class org.citrusframework.endpoint.direct.DirectEndpointConfiguration
getQueue, getQueueName, setQueue, setQueueNameMethods inherited from class org.citrusframework.endpoint.AbstractEndpointConfiguration
getTimeout, setTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.endpoint.EndpointConfiguration
getTimeout, setTimeout
-
Constructor Details
-
DirectSyncEndpointConfiguration
public DirectSyncEndpointConfiguration()
-
-
Method Details
-
setCorrelator
Set the reply message correlator.- Parameters:
correlator- the correlator to set
-
getCorrelator
Gets the correlator.- Returns:
- the correlator
-
getPollingInterval
public long getPollingInterval()Gets the pollingInterval.- Specified by:
getPollingIntervalin interfacePollableEndpointConfiguration- Returns:
- the pollingInterval to get.
-
setPollingInterval
public void setPollingInterval(long pollingInterval) Sets the pollingInterval.- Specified by:
setPollingIntervalin interfacePollableEndpointConfiguration- Parameters:
pollingInterval- the pollingInterval to set
-