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

org.infinispan.server.resp.commands.TransactionResp3Command Maven / Gradle / Ivy

There is a newer version: 15.1.4.Final
Show newest version
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