Class ReceiveTimeoutAction

java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.actions.ReceiveTimeoutAction
All Implemented Interfaces:
Described, Named, TestAction, TestActorAware

public class ReceiveTimeoutAction extends AbstractTestAction
Action expecting a timeout on a message destination, this means that no message should arrive on the destination.
Since:
2006
  • Constructor Details

  • Method Details

    • doExecute

      public void doExecute(TestContext context)
      Description copied from class: AbstractTestAction
      Subclasses may add custom execution logic here.
      Specified by:
      doExecute in class AbstractTestAction
    • getOrCreateEndpoint

      public Endpoint getOrCreateEndpoint(TestContext context)
      Creates or gets the endpoint instance.
      Parameters:
      context -
      Returns:
    • getMessageSelector

      public String getMessageSelector()
      Gets the messageSelector.
      Returns:
    • getMessageSelectorMap

      public Map<String,Object> getMessageSelectorMap()
      Gets the messageSelectorMap.
      Returns:
    • getEndpoint

      public Endpoint getEndpoint()
      Get the message endpoint.
      Returns:
      the message endpoint
    • getTimeout

      public long getTimeout()
      Gets the timeout.
      Returns:
      the timeout
    • getEndpointUri

      public String getEndpointUri()
      Gets the endpoint uri.
      Returns: