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

io.narayana.lra.client.internal.proxy.LRAProxyParticipant Maven / Gradle / Ivy

There is a newer version: 7.0.2.Final
Show newest version
/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */

package io.narayana.lra.client.internal.proxy;

import jakarta.ws.rs.NotFoundException;
import java.io.Serializable;
import java.net.URI;
import java.util.concurrent.Future;

public interface LRAProxyParticipant extends Serializable {

    Future completeWork(URI lraId) throws NotFoundException;

    Future compensateWork(URI lraId) throws NotFoundException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy