Interface TracingStorageConverter<T>
- Type Parameters:
T- storage type
public interface TracingStorageConverter<T>
Tracing storage converter.
-
Method Summary
Modifier and TypeMethodDescriptionconvertObjectToConfiguration(T storage) Convert storage toTracingStorageConfiguration.Storage type.
-
Method Details
-
convertObjectToConfiguration
Convert storage toTracingStorageConfiguration.- Parameters:
storage- storage instance- Returns:
- instance of
TracingStorageConfiguration
-
storageType
Storage type.- Returns:
- class of storage
-