Interface SnapshotConfig
@ConfigMapping(prefix="tachyon.snapshot")
public interface SnapshotConfig
Project Tachyon
Class SnapshotConfig
- Since:
- 1.0.0-SNAPSHOT
- Version:
- 1.0
- Author:
- Jimmy (vSKAH) - 06/04/2026
-
Method Summary
-
Method Details
-
collection
-
streamKey
-
streamGroupName
-
consumerId
-
s3Bucket
-
retentionDays
@WithDefault("7") int retentionDays() -
maxConcurrentUploads
@WithDefault("10") int maxConcurrentUploads() -
throttleSeconds
@WithDefault("300") int throttleSeconds()
-