Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.rpc
Class RPCUtil

java.lang.Object
  extended by com.liferay.portal.fabric.netty.rpc.RPCUtil

public class RPCUtil
extends Object


Constructor Summary
RPCUtil()
           
 
Method Summary
static
<T extends Serializable>
NoticeableFuture<T>
execute(io.netty.channel.Channel channel, RPCCallable<T> rpcCallable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCUtil

public RPCUtil()
Method Detail

execute

public static <T extends Serializable> NoticeableFuture<T> execute(io.netty.channel.Channel channel,
                                                                   RPCCallable<T> rpcCallable)

Liferay 7.0-ce-b4