|
Rename Parameter exchangeFuture : CompletableFuture<Exchange> to future : CompletableFuture<Exchange> in method public asyncSendExchange(endpoint Endpoint, pattern ExchangePattern, processor Processor, resultProcessor Processor, exchange Exchange, future CompletableFuture<Exchange>) : CompletableFuture<Exchange> in class org.apache.camel.spi.ProducerCache |
From |
To |
|
Rename Parameter asyncProducerCallback : AsyncProducerCallback to producerCallback : AsyncProducerCallback in method public doInAsyncProducer(endpoint Endpoint, exchange Exchange, callback AsyncCallback, producerCallback AsyncProducerCallback) : boolean in class org.apache.camel.spi.ProducerCache |
From |
To |
|
Rename Parameter inExchange : Exchange to exchange : Exchange in method public asyncSendExchange(endpoint Endpoint, pattern ExchangePattern, processor Processor, resultProcessor Processor, exchange Exchange, future CompletableFuture<Exchange>) : CompletableFuture<Exchange> in class org.apache.camel.spi.ProducerCache |
From |
To |