Skip to content

feat(TFS-1143): Added RuntimeData support in SDK to fetch runtime variables.#32

Merged
girish-kadambari merged 1 commit into
dev-cloudfrom
feat/support-runtime-data-provider
Nov 5, 2024
Merged

feat(TFS-1143): Added RuntimeData support in SDK to fetch runtime variables.#32
girish-kadambari merged 1 commit into
dev-cloudfrom
feat/support-runtime-data-provider

Conversation

@girish-kadambari

@girish-kadambari girish-kadambari commented Nov 5, 2024

Copy link
Copy Markdown
Contributor

PR Description:
This PR updates the SDK and introduces a new interface to enhance runtime data management.

Key Changes:

SDK Update: Updated to the latest version to improve compatibility and performance.
Interface Addition: Added a public interface RuntimeDataProvider to support runtime data retrieval:

public interface RuntimeDataProvider {
    String getRuntimeData(String variableName) throws Exception;
}

JIRA Ticket:
TFS-1143

@girish-kadambari girish-kadambari merged commit c5f9bc8 into dev-cloud Nov 5, 2024
@vikram-chaitanya vikram-chaitanya deleted the feat/support-runtime-data-provider branch January 27, 2025 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants