ProxyController<T> ctrl
final
The control plane for this proxy.
Methods that manipulate the local proxy (as opposed to sending messages
to the remote implementation of T
) are exposed on this ctrl object to
avoid naming conflicts with the methods of T
.
Implementation
final ProxyController<T> ctrl;