Class ResumabilityConfig
java.lang.Object
com.google.adk.apps.ResumabilityConfig
Deprecated.
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.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResumabilityConfig.Builderbuilder()Deprecated.abstract booleanDeprecated.Whether the app supports agent resumption.
-
Constructor Details
-
ResumabilityConfig
public ResumabilityConfig()Deprecated.
-
-
Method Details
-
isResumable
public abstract boolean isResumable()Deprecated.Whether the app supports agent resumption. -
builder
Deprecated.
-
SequentialAgentis 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.