|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (11)
View Page History *
* @param exchange
* @param exchange
* The exchange to process
* @param context
* The context of the exchange
*/
boolean processPattern(Exchange exchange, ExchangeContext context);
boolean processPattern(Exchange exchange, ExchangeContext context);
*
* @param exchange
* @param exchange
* The exchange to process
* @param context
* The context of the exchange
* @param asyncContext
* The EIP asynchronous context
* @param expired
* true if the asynchronous exchange is expired, false else
*/
boolean processAsyncPattern(Exchange exchange, ExchangeContext context,
boolean processAsyncPattern(Exchange exchange, ExchangeContext context,
*
* @param endpoint
* @param endpoint
* The endpoint
* @return The Consumes of the endpoint
*/
*/
*
* @param exchange
* @param exchange
* The exchange to send
* @return true if the exchange was sent, false else (reached timeout,
* technical error,...)
* technical error,...)
*
* @param exchange
* @param exchange
* The exchange to send
* @param asyncContext
* The asynchronous context, provided on the response
* @throws MessagingException
*/
*/
*
* @param consumes
* @param consumes
* The Consumes used as JBI Consumer of the exchange
* @return The exchange created
* @throws MessagingException
* @throws MessagingException