Package org.citrusframework.actions
Interface ReceiveTimeoutActionBuilder<T extends TestAction>
- All Superinterfaces:
ActionBuilder<T,,ReceiveTimeoutActionBuilder<T>> TestActionBuilder<T>
public interface ReceiveTimeoutActionBuilder<T extends TestAction>
extends ActionBuilder<T,ReceiveTimeoutActionBuilder<T>>, TestActionBuilder<T>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionSets the message endpoint uri to receive a timeout with.Sets the message endpoint to receive a timeout with.Adds message selector string for selective consumer.Sets the messageSelector.timeout(long timeout) Sets time to wait for messages on destination.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
endpoint
Sets the message endpoint to receive a timeout with.- Parameters:
messageEndpoint-- Returns:
-
endpoint
Sets the message endpoint uri to receive a timeout with.- Parameters:
messageEndpointUri-- Returns:
-
timeout
Sets time to wait for messages on destination.- Parameters:
timeout-
-
selector
Adds message selector string for selective consumer.- Parameters:
messageSelector-
-
selector
Sets the messageSelector.- Parameters:
messageSelector- the messageSelector to set
-