@ApplicationScoped public class AsyncApplicationScopeClient extends Object
Constructor and Description |
---|
AsyncApplicationScopeClient() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<String> |
serviceCallingCompletionStageMethod() |
Future<String> |
serviceCallingFutureMethod() |
@Asynchronous public CompletionStage<String> serviceCallingCompletionStageMethod()
@Asynchronous public Future<String> serviceCallingFutureMethod()
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.