use of org.jowidgets.cap.service.api.adapter.ISyncExecutorService in project jo-client-platform by jo-source.
the class ExecutorServiceBuilderImpl method build.
@Override
public IExecutorService<PARAM_TYPE> build() {
final IAdapterFactoryProvider afp = CapServiceToolkit.adapterFactoryProvider();
final IAdapterFactory<IExecutorService<PARAM_TYPE>, ISyncExecutorService<PARAM_TYPE>> executorAdapterFactory = afp.executor();
return executorAdapterFactory.createAdapter(buildSyncService());
}
Aggregations