com.liferay.portal.fabric.netty.worker
Class NettyFabricWorkerBridgeRPCCallable<T extends Serializable>
java.lang.Object
com.liferay.portal.fabric.netty.worker.NettyFabricWorkerBridgeRPCCallable<T>
- All Implemented Interfaces:
- RPCCallable<T>, Serializable
public class NettyFabricWorkerBridgeRPCCallable<T extends Serializable>
- extends Object
- implements RPCCallable<T>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyFabricWorkerBridgeRPCCallable
public NettyFabricWorkerBridgeRPCCallable(long id,
ProcessCallable<T> processCallable,
long rpcRelayTime)
call
public NoticeableFuture<T> call()
throws ProcessException
- Specified by:
call in interface RPCCallable<T extends Serializable>
- Throws:
ProcessException