IN - the input data type.OUT - the output data type.public interface LoaderRoutineBuilder<IN,OUT> extends RoutineBuilder<IN,OUT>, LoaderConfigurableBuilder<LoaderRoutineBuilder<IN,OUT>>, LoaderRoutine<IN,OUT>
| Modifier and Type | Method and Description |
|---|---|
LoaderRoutine<IN,OUT> |
buildRoutine() |
InvocationConfiguration.Builder<? extends LoaderRoutineBuilder<IN,OUT>> |
invocations()
Note that the configured asynchronous runner will be ignored.
|
loaderspurge, purge, purgeasyncCall, asyncCall, asyncCall, asyncCall, asyncCall, asyncInvoke, parallelCall, parallelCall, parallelCall, parallelCall, parallelCall, parallelInvoke, purge, syncCall, syncCall, syncCall, syncCall, syncCall, syncInvoke@Nonnull LoaderRoutine<IN,OUT> buildRoutine()
buildRoutine in interface RoutineBuilder<IN,OUT>@Nonnull InvocationConfiguration.Builder<? extends LoaderRoutineBuilder<IN,OUT>> invocations()
invocations in interface ConfigurableBuilder<RoutineBuilder<IN,OUT>>