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

io.quarkus.hazelcast.client.runtime.HazelcastClientBytecodeRecorder Maven / Gradle / Ivy

The newest version!
package io.quarkus.hazelcast.client.runtime;

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

@Recorder
public class HazelcastClientBytecodeRecorder {

    public void configureRuntimeProperties(HazelcastClientConfig config) {
        HazelcastClientProducer producer = Arc.container().instance(HazelcastClientProducer.class).get();
        producer.injectConfig(config);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy