Interface PluginRpcResponse
- All Superinterfaces:
RpcResponse
The interface Plugin rpc response.
-
Method Summary
Methods inherited from interface RpcResponse
getType
-
Method Details
-
getResult
Object getResult()Get the result, unfortunately there is no typing yet, so call must know how to interact with the response- Returns:
- the result
-