java - Apache Camel - Is clear method in org.apache.camel.spi.IdempotentRepository interface called by camel framework ? -


i trying upgrade product uses older camel version.

in code base, there custom idempotentrepository implementation.

as far understand, clear method added idempotentrepository interface in 2.16.0 version :

http://camel.apache.org/camel-2160-release.html

for clearing repository ( https://issues.apache.org/jira/browse/camel-8478 )

my question : clear method ever called framework ? or added utility exposed on jmx or etc? want know whether or not camel framework calls new method , if ever calls when happen?

based on need implement clear method or leave blank.

thanks


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -