public interface CommandRequest<T>
Modifier and Type | Method and Description |
---|---|
T |
execute()
Executes the request and returns the result.
|
play.libs.F.Promise<T> |
executeAsync()
Executes the request asynchronously and returns a future providing the result.
|