public interface ServiceClient<T>
Service| Modifier and Type | Method and Description |
|---|---|
default <U> CompletableFuture<U> |
chainableExec(Supplier<U> restMethod,
Consumer<Throwable> exceptionHandler) |
default <U> void |
exec(Supplier<U> restMethod,
Consumer<U> handler,
Consumer<Throwable> exceptionHandler) |
default javax.enterprise.concurrent.ManagedExecutorService |
executorService() |
default <U> void exec(Supplier<U> restMethod, Consumer<U> handler, Consumer<Throwable> exceptionHandler) throws Exception
Exceptiondefault <U> CompletableFuture<U> chainableExec(Supplier<U> restMethod, Consumer<Throwable> exceptionHandler) throws Exception
ExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.