OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
map.replace(key,newValue,ttl).thenAccept(result -> processResult(message,callback,result));map.replace(key,newValue,Duration.ofMillis(ttl)).thenAccept(result -> processResult(message,callback,result));ttlDuration.ofMillis(ttl)camel3756fba22402ad81caf59f7c25859e5a95737e65org.apache.camel.component.atomix.client.map.AtomixClientMapProducer
_1296
_2279
_1ttl
_2ttl
TCIVarttl
  • java.time.Duration
TCIVarttl
UsesTrue
map.replace(key,oldValue,newValue,ttl).thenAccept(result -> processResult(message,callback,result));map.replace(key,oldValue,newValue,Duration.ofMillis(ttl)).thenAccept(result -> processResult(message,callback,result));ttlDuration.ofMillis(ttl)camel3756fba22402ad81caf59f7c25859e5a95737e65org.apache.camel.component.atomix.client.map.AtomixClientMapProducer
_1296
_2279
_1ttl
_2ttl
TCIVarttl
  • java.time.Duration
TCIVarttl
UsesTrue
map.putIfAbsent(key,message.getMandatoryBody(),ttl).thenAccept(result -> processResult(message,callback,result));map.putIfAbsent(key,val,Duration.ofMillis(ttl)).thenAccept(result -> processResult(message,callback,result));ttlDuration.ofMillis(ttl)camel3756fba22402ad81caf59f7c25859e5a95737e65org.apache.camel.component.atomix.client.map.AtomixClientMapProducer
_193
_278
_1ttl
_2ttl
TCIVarttl
  • java.time.Duration
TCIVarttl
UsesTrue
map.put(key,message.getMandatoryBody(),ttl).thenAccept(result -> processResult(message,callback,result));map.put(key,val,Duration.ofMillis(ttl)).thenAccept(result -> processResult(message,callback,result));ttlDuration.ofMillis(ttl)camel3756fba22402ad81caf59f7c25859e5a95737e65org.apache.camel.component.atomix.client.map.AtomixClientMapProducer
_167
_255
_1ttl
_2ttl
TCIVarttl
  • java.time.Duration
TCIVarttl
UsesTrue