Class DirectEndpointBuilder
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointBuilder<DirectEndpoint>
org.citrusframework.endpoint.direct.DirectEndpointBuilder
- All Implemented Interfaces:
EndpointBuilder<DirectEndpoint>
-
Field Summary
Fields inherited from interface org.citrusframework.endpoint.EndpointBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DirectEndpointGets the target endpoint instance.Sets the queueName property.queue(MessageQueue queue) Sets the queue property.timeout(long timeout) Sets the default timeout.Methods inherited from class org.citrusframework.endpoint.AbstractEndpointBuilder
actor, build, initialize, name, referenceResolver, supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.endpoint.EndpointBuilder
build, build
-
Constructor Details
-
DirectEndpointBuilder
public DirectEndpointBuilder()
-
-
Method Details
-
getEndpoint
Description copied from class:AbstractEndpointBuilderGets the target endpoint instance.- Specified by:
getEndpointin classAbstractEndpointBuilder<DirectEndpoint>- Returns:
-
queue
Sets the queueName property.- Parameters:
queueName-- Returns:
-
queue
Sets the queue property.- Parameters:
queue-- Returns:
-
timeout
Sets the default timeout.- Parameters:
timeout-- Returns:
-