Class CatalogFacadeProvider
- java.lang.Object
-
- org.neo4j.gds.procedures.integration.CatalogFacadeProvider
-
public class CatalogFacadeProvider extends java.lang.ObjectHere we keep everything related to constructing theCatalogFacadefrom aContext, at request time.We can resolve things like user and database id here, construct termination flags, and such.
We call it a provider because it is used as a sub-provider to the
GraphDataScienceprovider.