Package org.citrusframework.actions
Class ReceiveTimeoutAction
java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.actions.ReceiveTimeoutAction
- All Implemented Interfaces:
Described,Named,TestAction,TestActorAware
Action expecting a timeout on a message destination, this means that no message
should arrive on the destination.
- Since:
- 2006
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.citrusframework.actions.AbstractTestAction
description -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExecute(TestContext context) Subclasses may add custom execution logic here.Get the message endpoint.Gets the endpoint uri.Gets the messageSelector.Gets the messageSelectorMap.getOrCreateEndpoint(TestContext context) Creates or gets the endpoint instance.longGets the timeout.Methods inherited from class org.citrusframework.actions.AbstractTestAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
-
Constructor Details
-
ReceiveTimeoutAction
Default constructor.
-
-
Method Details
-
doExecute
Description copied from class:AbstractTestActionSubclasses may add custom execution logic here.- Specified by:
doExecutein classAbstractTestAction
-
getOrCreateEndpoint
Creates or gets the endpoint instance.- Parameters:
context-- Returns:
-
getMessageSelector
Gets the messageSelector.- Returns:
-
getMessageSelectorMap
Gets the messageSelectorMap.- Returns:
-
getEndpoint
Get the message endpoint.- Returns:
- the message endpoint
-
getTimeout
public long getTimeout()Gets the timeout.- Returns:
- the timeout
-
getEndpointUri
Gets the endpoint uri.- Returns:
-