
Public Member Functions | |
| (id) | - initWithTarget: |
| Initialize the RPC proxy with the provided target object. | |
Static Public Member Functions | |
| (id) | + proxyWithTarget: |
| Create an RPC proxy with the provided target object. | |
| + (id) proxyWithTarget: | (NSObject *) | target |
Create an RPC proxy with the provided target object.
A new actor thread will be automatically spawned, and all messages to the proxy will be delivered to the actor.
| - (id) initWithTarget: | (NSObject *) | target |
Initialize the RPC proxy with the provided target object.
A new actor thread will be automatically spawned, and all messages to the proxy will be delivered to the actor.
1.5.5