| Constructor and Description |
|---|
Server(Class<? super T> proxy,
T instance)
Create a server side path to invoke a particular invocation
on an instance of the proxy class.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getInstance() |
Class<? super T> |
getProxy() |
<R> ProxyMe.InvocationReturn<R> |
invoke(ProxyMe.Invocation invocation)
Invoke the Invocation on the instance object, returning the
InvocationReturn object.
|
public T getInstance()
public <R> ProxyMe.InvocationReturn<R> invoke(ProxyMe.Invocation invocation)
R - Return typeinvocation - InvocationCopyright © 2020. All rights reserved.