module Vx::Lib::Consumer::Rpc

Constants

JSON_CONTENT_TYPE
RPC_EXCHANGE_NAME
RPC_PAYLOAD_METHOD
RPC_PAYLOAD_PARAMS
RPC_PAYLOAD_RESULT

Public Instance Methods

rpc() click to toggle source
# File lib/vx/lib/consumer/rpc.rb, line 198
def rpc
  @rpc ||= RpcProxy.new(self)
end