Interface PluginRpcResponse

All Superinterfaces:
RpcResponse

public interface PluginRpcResponse extends RpcResponse
The interface Plugin rpc response.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the result, unfortunately there is no typing yet, so call must know how to interact with the response

    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