R
- the response type@Deprecated public interface CommandResponse<R>
Modifier and Type | Method and Description |
---|---|
R |
get()
Deprecated.
|
static <R> CommandResponse<R> |
of(CompletionException exception)
Deprecated.
|
static <R> CommandResponse<R> |
of(R value)
Deprecated.
|
R get() throws ExecutionException
ExecutionException
- exception that was raised during executionstatic <R> CommandResponse<R> of(R value)
static <R> CommandResponse<R> of(CompletionException exception)
Copyright © 2019 JBoss by Red Hat. All rights reserved.