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

com.redismq.rpc.client.RemotingClient Maven / Gradle / Ivy

package com.redismq.rpc.client;

import java.util.List;

public interface RemotingClient {
    Object sendSync(Object msg,int messageType);
    
    Object sendBatchSync(List msg,int messageType);
    
    void sendAsync(Object message,int messageType);
 
 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy