public interface Producer extends Processor, Service, IsSingleton, EndpointAware
Endpoint| Modifier and Type | Method and Description |
|---|---|
Exchange |
createExchange()
Deprecated.
use
Endpoint.createExchange() - will be removed in Camel 3.0 |
Exchange |
createExchange(Exchange exchange)
Deprecated.
will be removed in Camel 3.0
|
Exchange |
createExchange(ExchangePattern pattern)
Deprecated.
use
Endpoint.createExchange(ExchangePattern) - will be removed in Camel 3.0 |
isSingletongetEndpoint@Deprecated Exchange createExchange()
Endpoint.createExchange() - will be removed in Camel 3.0@Deprecated Exchange createExchange(ExchangePattern pattern)
Endpoint.createExchange(ExchangePattern) - will be removed in Camel 3.0pattern - the exchange pattern@Deprecated Exchange createExchange(Exchange exchange)
exchange - the existing exchangeApache Camel