Class ReceiveTimeoutAction

  • All Implemented Interfaces:
    com.consol.citrus.common.Described, com.consol.citrus.common.Named, com.consol.citrus.TestAction, com.consol.citrus.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
    Author:
    Christoph Deppisch
    • Method Detail

      • doExecute

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

        public com.consol.citrus.endpoint.Endpoint getOrCreateEndpoint​(com.consol.citrus.context.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 com.consol.citrus.endpoint.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: