@Service(value="asyncService") public class AsyncServiceImpl extends Object implements AsyncService
SERVICE_NAME| Constructor and Description |
|---|
AsyncServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Throwable> |
invokeAsync(Invoker<T,E> invoker) |
@Async public <T,E extends Throwable> CompletableFuture<T> invokeAsync(Invoker<T,E> invoker) throws E extends Throwable
invokeAsync in interface AsyncServiceE extends ThrowableCopyright © 2018–2021 Tesler. All rights reserved.