![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.server.resp.commands.TransactionResp3Command Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-server-resp Show documentation
Show all versions of infinispan-server-resp Show documentation
Infinispan Resp Protocol Server
package org.infinispan.server.resp.commands;
import java.util.List;
import java.util.concurrent.CompletionStage;
import org.infinispan.server.resp.RespRequestHandler;
import org.infinispan.server.resp.tx.RespTransactionHandler;
import io.netty.channel.ChannelHandlerContext;
public interface TransactionResp3Command {
CompletionStage perform(RespTransactionHandler handler, ChannelHandlerContext ctx, List arguments);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy