| Constructor and Description |
|---|
LocalSynapse(boolean async,
ClassLoader classLoader,
Converter converter,
Context context,
long delay,
long period,
TimeUnit timeUnit,
boolean chainPropertySet,
String psPrefix) |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getParameterTypes() |
Class<Future<Iterable<R>>> |
getReturnType() |
Future<Iterable<R>> |
invoke(C context,
Invocation<String> invocation,
ExecutorService executorService) |
void |
setInvocable(Invocable<C,R,String,E> invocable)
Wires invoker to invocable.
|
public LocalSynapse(boolean async, ClassLoader classLoader, Converter converter, Context context, long delay, long period, TimeUnit timeUnit, boolean chainPropertySet, String psPrefix)
public void setInvocable(Invocable<C,R,String,E> invocable)
Invokerpublic Future<Iterable<R>> invoke(C context, Invocation<String> invocation, ExecutorService executorService)
public Class<Future<Iterable<R>>> getReturnType()