Class StorageWorker

  • All Implemented Interfaces:
    org.apache.camel.Processor

    public class StorageWorker
    extends Object
    implements org.apache.camel.Processor
    • Field Detail

      • log

        private static final org.slf4j.Logger log
    • Constructor Detail

      • StorageWorker

        public StorageWorker()
    • Method Detail

      • addStorageService

        public void addStorageService​(StorageService storageService,
                                      Map<?,​?> properties)
      • removeStorageService

        public void removeStorageService​(StorageService storageService,
                                         Map<?,​?> properties)
      • exists

        public boolean exists​(String id,
                              String type)
      • process

        public void process​(org.apache.camel.Exchange exchange)
                     throws Exception
        Specified by:
        process in interface org.apache.camel.Processor
        Throws:
        Exception