- All Implemented Interfaces:
- org.apache.camel.AsyncProcessor, org.apache.camel.EndpointAware, org.apache.camel.IsSingleton, org.apache.camel.Processor, org.apache.camel.Producer, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService
public class UndertowProducer
extends org.apache.camel.impl.DefaultAsyncProducer
The Undertow producer.
The implementation of Producer is considered as experimental. The Undertow client classes are not thread safe,
their purpose is for the reverse proxy usage inside Undertow itself. This may change in the future versions and
general purpose HTTP client wrapper will be added. Therefore this Producer may be changed too.