Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.fabric.netty.rpc.RPCCallable

Packages that use RPCCallable
com.liferay.portal.fabric.netty.rpc   
com.liferay.portal.fabric.netty.worker   
 

Uses of RPCCallable in com.liferay.portal.fabric.netty.rpc
 

Classes in com.liferay.portal.fabric.netty.rpc that implement RPCCallable
 class SyncProcessRPCCallable<T extends Serializable>
           
 

Methods in com.liferay.portal.fabric.netty.rpc with parameters of type RPCCallable
static
<T extends Serializable>
NoticeableFuture<T>
RPCUtil.execute(io.netty.channel.Channel channel, RPCCallable<T> rpcCallable)
           
 

Constructors in com.liferay.portal.fabric.netty.rpc with parameters of type RPCCallable
RPCRequest(long id, RPCCallable<T> rpcCallable)
           
 

Uses of RPCCallable in com.liferay.portal.fabric.netty.worker
 

Classes in com.liferay.portal.fabric.netty.worker that implement RPCCallable
 class NettyFabricWorkerBridgeRPCCallable<T extends Serializable>
           
 


Liferay 7.0-ce-b4