Class: LASRpcUtils::RemoteCall
- Inherits:
-
Object
- Object
- LASRpcUtils::RemoteCall
- Includes:
- MintLogger
- Defined in:
- src/las-rpc-utils/lib/las-rpc-utils/transport.rb
Properties (Read/Write)
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Method Summary collapse
-
#initialize(type, transport) ⇒ RemoteCall
constructor
A new instance of RemoteCall.
-
#method_missing(symbol, *args, **kwargs, &block) ⇒ Object
Why does this not have locks? Because all of the components it calls already have locks, and so we can just reuse those!.
- #respond_to_missing?(method_name, include_private = false) ⇒ Boolean
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Constructor Details
#initialize(type, transport) ⇒ RemoteCall
Returns a new instance of RemoteCall.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(symbol, *args, **kwargs, &block) ⇒ Object
Why does this not have locks? Because all of the components it calls already
have locks, and so we can just reuse those!