java.lang.Object
org.qubership.integration.platform.engine.service.contextstorage.ContextStorageService

@Service public class ContextStorageService extends Object
  • Constructor Details

    • ContextStorageService

      @Autowired public ContextStorageService(ContextStorageRespository contextStorageRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • storeValue

      public void storeValue(String contextKey, String contextValue, String contextServiceId, String contextId, long ttl)
    • getValue

      public Map<String,String> getValue(String contextServiceId, String contextId, List<String> keys)
    • deleteValue

      public void deleteValue(String contextServiceID, String contextId)
    • deleteOldRecords

      public void deleteOldRecords()