Interface PlayerConfig


@ConfigMapping(prefix="tachyon.player") public interface PlayerConfig
Project Tachyon Class PlayerConfig
Since:
1.0.0-SNAPSHOT
Version:
1.0
Author:
Jimmy (vSKAH) - 06/04/2026
  • Method Details

    • streamKey

      @WithDefault("tachyon:player_stream") String streamKey()
    • streamGroupName

      @WithDefault("tachyon:player_group") String streamGroupName()
    • consumerId

      @WithDefault("tachyon:player_worker_1") String consumerId()
    • collection

      @WithDefault("players") String collection()