@ProviderType
public interface DependencyManagerSync
Modifier and Type | Method and Description |
---|---|
void |
registerSyncCallable(java.util.concurrent.Callable<java.lang.Void> syncCallable) |
void |
registerSyncFuture(java.util.concurrent.Future<java.lang.Void> syncFuture) |
void |
sync() |