Class OpenFGARecorder


  • public class OpenFGARecorder
    extends Object
    • Constructor Detail

      • OpenFGARecorder

        public OpenFGARecorder()
    • Method Detail

      • createAPI

        public io.quarkus.runtime.RuntimeValue<API> createAPI​(OpenFGAConfig config,
                                                              io.quarkus.runtime.TlsConfig tlsConfig,
                                                              boolean tracingEnabled,
                                                              io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx,
                                                              io.quarkus.runtime.ShutdownContext shutdownContext)
      • createClient

        public io.quarkus.runtime.RuntimeValue<OpenFGAClient> createClient​(io.quarkus.runtime.RuntimeValue<API> api)
      • createStoreClient

        public io.quarkus.runtime.RuntimeValue<StoreClient> createStoreClient​(io.quarkus.runtime.RuntimeValue<API> api,
                                                                              OpenFGAConfig config)