Uses of Class
com.google.genkit.plugins.azurefoundry.session.CosmosSessionStoreOptions
Packages that use CosmosSessionStoreOptions
Package
Description
Azure Cosmos DB-backed agent session persistence.
-
Uses of CosmosSessionStoreOptions in com.google.genkit.plugins.azurefoundry.session
Methods in com.google.genkit.plugins.azurefoundry.session that return CosmosSessionStoreOptionsModifier and TypeMethodDescriptionCosmosSessionStoreOptions.Builder.build()Builds a newCosmosSessionStoreOptions.static CosmosSessionStoreOptionsCosmosSessionStoreOptions.defaults()Returns default options.Constructors in com.google.genkit.plugins.azurefoundry.session with parameters of type CosmosSessionStoreOptionsModifierConstructorDescriptionCosmosSessionStore(com.azure.cosmos.CosmosClient client, CosmosSessionStoreOptions options) Creates a store.