IFACE - the service interfacepublic interface Stub<IFACE>
extends org.irenical.lifecycle.LifeCycle
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Stub.ServiceCall<IFACE,OUTPUT,ERROR extends Exception> |
static interface |
Stub.ServiceRun<IFACE,ERROR extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
<OUTPUT,ERROR extends Exception> |
call(Stub.ServiceCall<IFACE,OUTPUT,ERROR> callable) |
<ERROR extends Exception> |
run(Stub.ServiceRun<IFACE,ERROR> callable) |
<OUTPUT,ERROR extends Exception> OUTPUT call(Stub.ServiceCall<IFACE,OUTPUT,ERROR> callable) throws ServiceDiscoveryException, ERROR extends Exception
ServiceDiscoveryExceptionERROR extends Exception<ERROR extends Exception> void run(Stub.ServiceRun<IFACE,ERROR> callable) throws ServiceDiscoveryException, ERROR extends Exception
ServiceDiscoveryExceptionERROR extends ExceptionCopyright © 2016 Irenical. All rights reserved.