Uses of Class
com.google.genkit.plugins.postgresql.session.PostgresSessionStoreOptions
Packages that use PostgresSessionStoreOptions
Package
Description
PostgreSQL-backed agent session persistence.
-
Uses of PostgresSessionStoreOptions in com.google.genkit.plugins.postgresql.session
Methods in com.google.genkit.plugins.postgresql.session that return PostgresSessionStoreOptionsModifier and TypeMethodDescriptionPostgresSessionStoreOptions.Builder.build()Builds a newPostgresSessionStoreOptions.static PostgresSessionStoreOptionsPostgresSessionStoreOptions.defaults()Returns default options.Constructors in com.google.genkit.plugins.postgresql.session with parameters of type PostgresSessionStoreOptionsModifierConstructorDescriptionPostgresSessionStore(DataSource dataSource, PostgresSessionStoreOptions options) Creates a store.