Interface StorageConfig

All Known Implementing Classes:
StorageData

public interface StorageConfig
Interface representing a storage configuration: a name, and a root directory that might be specified by a contextual DataRoutingService.
  • Method Details

    • getName

      @NotNull String getName()
    • getDbRoot

      @Nullable String getDbRoot()