Class AsyncSerialExecutionStrategy


@PublicApi public class AsyncSerialExecutionStrategy extends AbstractAsyncExecutionStrategy
Async non-blocking execution, but serial: only one field at the time will be resolved. See AsyncExecutionStrategy for a non-serial (parallel) execution of every field.