Uses of Class
com.google.genkit.plugins.postgresql.session.PostgresSessionStoreOptions.Builder
Packages that use PostgresSessionStoreOptions.Builder
Package
Description
PostgreSQL-backed agent session persistence.
-
Uses of PostgresSessionStoreOptions.Builder in com.google.genkit.plugins.postgresql.session
Methods in com.google.genkit.plugins.postgresql.session that return PostgresSessionStoreOptions.BuilderModifier and TypeMethodDescriptionPostgresSessionStoreOptions.builder()Creates a new builder.PostgresSessionStoreOptions.Builder.checkpointInterval(int checkpointInterval) Sets the number of turns between full checkpoints.PostgresSessionStoreOptions.Builder.createTableIfNotExists(boolean createTableIfNotExists) Sets whether to create the table on first use if it does not exist.PostgresSessionStoreOptions.Builder.pollIntervalMs(long pollIntervalMs) Sets the subscription poll interval in milliseconds.PostgresSessionStoreOptions.Builder.shardSize(int shardSize) Sets the shard size in bytes for checkpoint state.PostgresSessionStoreOptions.Builder.snapshotPathPrefix(Function<SessionStoreOptions, String> snapshotPathPrefix) Sets the function that derives the per-tenant prefix.Sets the PostgreSQL table name.