All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.googlecloudservices.common.GcpCredentialRecorder Maven / Gradle / Ivy

There is a newer version: 2.13.0
Show newest version
package io.quarkiverse.googlecloudservices.common;

import io.quarkus.arc.Arc;
import io.quarkus.arc.ArcContainer;
import io.quarkus.runtime.annotations.Recorder;

@Recorder
public class GcpCredentialRecorder {
    public void configure(GcpBootstrapConfiguration bootstrapConfig) {
        ArcContainer container = Arc.container();
        container.instance(GcpConfigHolder.class).get().setBootstrapConfig(bootstrapConfig);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy