Uses of Interface
com.consol.citrus.endpoint.EndpointConfiguration
-
Packages that use EndpointConfiguration Package Description com.consol.citrus.endpoint com.consol.citrus.message com.consol.citrus.messaging -
-
Uses of EndpointConfiguration in com.consol.citrus.endpoint
Subinterfaces of EndpointConfiguration in com.consol.citrus.endpoint Modifier and Type Interface Description interfacePollableEndpointConfigurationExtends endpoint configuration by adding polling interval settings.Classes in com.consol.citrus.endpoint that implement EndpointConfiguration Modifier and Type Class Description classAbstractEndpointConfigurationAbstract endpoint configuration provides basic properties such as message listeners.Methods in com.consol.citrus.endpoint that return EndpointConfiguration Modifier and Type Method Description EndpointConfigurationEndpoint. getEndpointConfiguration()Gets the endpoint configuration holding all endpoint specific properties such as endpoint uri, connection timeout, ports, etc.EndpointConfigurationEndpointAdapter. getEndpointConfiguration()Gets the endpoint configuration. -
Uses of EndpointConfiguration in com.consol.citrus.message
Classes in com.consol.citrus.message with type parameters of type EndpointConfiguration Modifier and Type Interface Description interfaceMessageConverter<I,O,C extends EndpointConfiguration>Message converter interface describes methods for converting a external message type T to the internal message representation and vice versa. -
Uses of EndpointConfiguration in com.consol.citrus.messaging
Constructors in com.consol.citrus.messaging with parameters of type EndpointConfiguration Constructor Description AbstractMessageConsumer(String name, EndpointConfiguration endpointConfiguration)Default constructor using receive timeout setting.AbstractSelectiveMessageConsumer(String name, EndpointConfiguration endpointConfiguration)Default constructor using receive timeout setting.
-