Class FileResumeAdapterDelegate

    • Constructor Detail

      • FileResumeAdapterDelegate

        public FileResumeAdapterDelegate()
    • Method Detail

      • add

        public boolean add​(org.apache.camel.resume.OffsetKey<?> key,
                           org.apache.camel.resume.Offset<?> offset)
        Specified by:
        add in interface org.apache.camel.resume.Cacheable
      • setCache

        public void setCache​(org.apache.camel.resume.cache.ResumeCache<?> cache)
        Specified by:
        setCache in interface org.apache.camel.resume.Cacheable
      • getCache

        public org.apache.camel.resume.cache.ResumeCache<?> getCache()
        Specified by:
        getCache in interface org.apache.camel.resume.Cacheable
      • deserialize

        public boolean deserialize​(ByteBuffer keyBuffer,
                                   ByteBuffer valueBuffer)
        Specified by:
        deserialize in interface org.apache.camel.resume.Deserializable
      • resume

        public void resume()
        Specified by:
        resume in interface org.apache.camel.resume.ResumeAdapter