Class AbstractEndpoint

java.lang.Object
org.citrusframework.endpoint.AbstractEndpoint
All Implemented Interfaces:
Named, Endpoint
Direct Known Subclasses:
AbstractServer, DirectEndpoint

public abstract class AbstractEndpoint extends Object implements Endpoint
Abstract message endpoint handles send/receive timeout setting and test actors.
Since:
1.4
  • Constructor Details

    • AbstractEndpoint

      public AbstractEndpoint(EndpointConfiguration endpointConfiguration)
      Default constructor using endpoint configuration.
      Parameters:
      endpointConfiguration -
  • Method Details