com.liferay.portal.fabric.netty.rpc
Class RPCUtil
java.lang.Object
com.liferay.portal.fabric.netty.rpc.RPCUtil
public class RPCUtil
- extends Object
|
Method Summary |
static
|
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 |
RPCUtil
public RPCUtil()
execute
public static <T extends Serializable> NoticeableFuture<T> execute(io.netty.channel.Channel channel,
RPCCallable<T> rpcCallable)