Interface TransientDataService

All Known Implementing Classes:
TransientDataServiceImpl

public interface TransientDataService
Service allowing to get access to TransientDataStore.
Since:
2025.8
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Transient Data store with the given name, or the default store if not found.
  • Method Details

    • getStore

      TransientDataStore getStore(String name)
      Returns the Transient Data store with the given name, or the default store if not found.
      Parameters:
      name - the store name
      Returns:
      the sore with the given name, or the default store