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

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

package com.redismq.rpc.client;

import com.redismq.rpc.manager.NettyClientChannelManager;
import lombok.extern.slf4j.Slf4j;

@Slf4j
public class NettyRemotingClient extends AbstractNettyRemoting implements RemotingClient {
    
    
    public NettyRemotingClient(NettyClientChannelManager nettyClientChannelManager) {
        super(nettyClientChannelManager);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy