RPCCompleter<T> constructor
RPCCompleter<T> (
- FuturesTable futuresTableInHandler,
- FutureUniqueIdentifier uniqueIdentifier,
- T _returnTypeExample
Implementation
RPCCompleter(FuturesTable futuresTableInHandler,
FutureUniqueIdentifier uniqueIdentifier,
this._returnTypeExample) : super(futuresTableInHandler, uniqueIdentifier)
{
}