| Package | Description |
|---|---|
| com.liferay.portal.fabric.netty.rpc | |
| com.liferay.portal.fabric.netty.worker |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncProcessRPCCallable<T extends Serializable> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
RPCUtil.execute(io.netty.channel.Channel channel,
RPCCallable<T> rpcCallable) |
| Constructor and Description |
|---|
RPCRequest(long id,
RPCCallable<T> rpcCallable) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyFabricWorkerBridgeRPCCallable<T extends Serializable> |