public final class Client
An instance of Client is responsible for the lifecycle of client and server-side resources and for dispensing interfaces implemented by the plugin framework.
A Client should be instantiated with a Manager.
final <T extends Any> T
dispense()
final Unit
kill()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final <T extends Any> T dispense()
Returns a type T that is implemented by the server-side subprocess.
final Unit kill()
Kills the plugin subprocess and cleans up client resources.