Package org.citrusframework.endpoint
package org.citrusframework.endpoint
-
ClassDescriptionAbstract endpoint configuration provides basic properties such as message listeners.Default endpoint factory implementation uses registered endpoint components in Spring application context to create endpoint from given endpoint uri.Endpoint interface defines basic send and receive operations on a message endpoint.Endpoint adapter represents a special message handler that delegates incoming request messages to some message endpoint.EndpointBuilder<T extends Endpoint>Endpoint builder interface.Endpoint component registers with bean name in Spring application context and is then responsible to create proper endpoints dynamically from endpoint uri values.Endpoint factory tries to get endpoint instance by parsing an endpoint uri.Extends endpoint configuration by adding polling interval settings.