Class ContextStorageService
java.lang.Object
org.qubership.integration.platform.engine.service.contextstorage.ContextStorageService
-
Constructor Summary
ConstructorsConstructorDescriptionContextStorageService(ContextStorageRespository contextStorageRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteValue(String contextServiceID, String contextId) voidstoreValue(String contextKey, String contextValue, String contextServiceId, String contextId, long ttl)
-
Constructor Details
-
Method Details
-
storeValue
-
getValue
-
deleteValue
-
deleteOldRecords
public void deleteOldRecords()
-