Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8750

Camel-Infinispan: Add Remove, RemoveAsync, Replace, ReplaceAsync operation for a specific value

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.15.2
    • 2.16.0
    • camel-infinispan
    • None
    • Unknown

    Description

      Actually the infinispan component doesn't expose the following methods:

      replace(K key, V oldValue, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit)

      replace(K key, V oldValue, V value, long lifespan, TimeUnit unit)

      removeAsync(Object key, Object value)

      remove(Object key, Object value)

      Attachments

        Activity

          People

            acosentino Andrea Cosentino
            acosentino Andrea Cosentino
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: