Class: PbActor::AsyncProxy
- Inherits:
-
BasicProxy
- Object
- BasicProxy
- PbActor::AsyncProxy
- Defined in:
- lib/pb_actor/proxy.rb
Instance Method Summary collapse
Methods inherited from BasicProxy
Constructor Details
This class inherits a constructor from PbActor::BasicProxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &blk) ⇒ Object
114 115 116 117 118 |
# File 'lib/pb_actor/proxy.rb', line 114 def method_missing method, *args, &blk super Message.send [:async_method_call, nil, method, *args], @wr nil end |