Uses of Interface
org.citrusframework.endpoint.EndpointConfiguration
Packages that use EndpointConfiguration
Package
Description
-
Uses of EndpointConfiguration in org.citrusframework.endpoint
Subinterfaces of EndpointConfiguration in org.citrusframework.endpointModifier and TypeInterfaceDescriptioninterfaceExtends endpoint configuration by adding polling interval settings.Classes in org.citrusframework.endpoint that implement EndpointConfigurationModifier and TypeClassDescriptionclassAbstract endpoint configuration provides basic properties such as message listeners.Methods in org.citrusframework.endpoint that return EndpointConfigurationModifier and TypeMethodDescriptionEndpoint.getEndpointConfiguration()Gets the endpoint configuration holding all endpoint specific properties such as endpoint uri, connection timeout, ports, etc.EndpointAdapter.getEndpointConfiguration()Gets the endpoint configuration. -
Uses of EndpointConfiguration in org.citrusframework.message
Classes in org.citrusframework.message with type parameters of type EndpointConfigurationModifier and TypeInterfaceDescriptioninterfaceMessageConverter<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 org.citrusframework.messaging
Constructors in org.citrusframework.messaging with parameters of type EndpointConfigurationModifierConstructorDescriptionAbstractMessageConsumer(String name, EndpointConfiguration endpointConfiguration) Default constructor using receive timeout setting.AbstractSelectiveMessageConsumer(String name, EndpointConfiguration endpointConfiguration) Default constructor using receive timeout setting.