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

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

The newest version!
package org.infinispan.server.resp.commands;

import io.netty.channel.ChannelHandlerContext;
import org.infinispan.server.resp.RespRequestHandler;
import org.infinispan.server.resp.SubscriberHandler;

import java.util.List;
import java.util.concurrent.CompletionStage;

public interface PubSubResp3Command {
   CompletionStage perform(SubscriberHandler handler, ChannelHandlerContext ctx, List arguments);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy