Class ResumabilityConfig

java.lang.Object
com.google.adk.apps.ResumabilityConfig

@Deprecated public abstract class ResumabilityConfig extends Object
Deprecated.
Partial feature: only event-reconstruction-based pause/resume for SequentialAgent is implemented. Full session resumability (persisted agent state, durable resume, other workflow agents) is not yet available. Forward-compatible: the same config will drive full resumability once it lands.
App resumability config, mirroring Python ADK v1's ResumabilityConfig: pause on a long-running call and resume from the last event. Applies to all agents in the app.
  • Constructor Details

    • ResumabilityConfig

      public ResumabilityConfig()
      Deprecated.
  • Method Details

    • isResumable

      public abstract boolean isResumable()
      Deprecated.
      Whether the app supports agent resumption.
    • builder

      public static ResumabilityConfig.Builder builder()
      Deprecated.