@ProviderType
public interface DependencyManagerSync
| Modifier and Type | Method and Description |
|---|---|
void |
registerSyncCallable(Callable<Void> syncCallable) |
void |
registerSyncFutureTask(FutureTask<Void> syncFutureTask,
String taskName) |
void |
sync() |