Class DirectEndpointConfiguration
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointConfiguration
org.citrusframework.endpoint.direct.DirectEndpointConfiguration
- All Implemented Interfaces:
EndpointConfiguration
- Direct Known Subclasses:
DirectSyncEndpointConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQueue()Gets the queue.Gets the queueName.voidsetQueue(MessageQueue queue) Set the message queue.voidsetQueueName(String queueName) Sets the destination queue name.Methods inherited from class org.citrusframework.endpoint.AbstractEndpointConfiguration
getTimeout, setTimeout
-
Constructor Details
-
DirectEndpointConfiguration
public DirectEndpointConfiguration()
-
-
Method Details
-
setQueue
Set the message queue.- Parameters:
queue- the queue to set
-
setQueueName
Sets the destination queue name.- Parameters:
queueName- the queueName to set
-
getQueue
Gets the queue.- Returns:
- the queue
-
getQueueName
Gets the queueName.- Returns:
- the queueName
-