| Package | Description |
|---|---|
| com.hammurapi.common.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationImpl<K> |
| Modifier and Type | Method and Description |
|---|---|
Future<Iterable<R>> |
SynapseChain.invoke(C context,
Invocation<K> invocation,
ExecutorService executorService) |
R |
Invocable.invoke(C context,
Invocation<K> invocation,
ExecutorService executorService) |
Object |
MethodInvocable.invoke(C context,
Invocation<Object> invocation,
ExecutorService executorService) |
Future<Iterable<R>> |
LocalSynapse.invoke(C context,
Invocation<String> invocation,
ExecutorService executorService) |
| Constructor and Description |
|---|
InvocationImpl(Invocation<K> source) |