File tree Expand file tree Collapse file tree
core/src/main/java/com/google/adk/platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 * Seams for overriding system operations such as reading the current time and generating unique
1919 * IDs.
2020 *
21- * <p>By default ADK uses the wall clock and random UUIDs. Integrations that need reproducible
22- * timestamps and identifiers (for example, a Temporal workflow that must behave identically on
23- * replay) can install custom {@link com.google.adk.platform.TimeProvider} and {@link
24- * com.google.adk.platform.UuidProvider} implementations. Providers are carried on an invocation
25- * rather than in static state, which keeps them isolated to a single run and safe for concurrent
26- * invocations with independent providers.
21+ * <p>By default ADK uses the wall clock and random UUIDs. Integrations that need customized
22+ * timestamps and identifiers can install custom {@link com.google.adk.platform.TimeProvider} and
23+ * {@link com.google.adk.platform.UuidProvider} implementations. Providers are carried on an
24+ * invocation rather than in static state, which keeps them isolated to a single run and safe for
25+ * concurrent invocations with independent providers.
2726 */
2827package com .google .adk .platform ;
You can’t perform that action at this time.
0 commit comments