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

io.quarkus.narayana.lra.runtime.NarayanaLRAProducers Maven / Gradle / Ivy

package io.quarkus.narayana.lra.runtime;

import jakarta.enterprise.context.Dependent;
import jakarta.enterprise.inject.Produces;

import io.narayana.lra.client.internal.proxy.nonjaxrs.LRAParticipantRegistry;

@Dependent
public class NarayanaLRAProducers {
    @Produces
    public LRAParticipantRegistry lraParticipantRegistry() {
        return NarayanaLRARecorder.registry;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy