public interface CommandService
The object on the client side should be enriched with remote injection subjects (enriched fields should use transient to be serializable).
| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
execute(T command)
Executes given command remotely and synchronously and returns the similar object as executed, but changed on the remote
side.
|
<T extends Command> T execute(T command)
Copyright © 2019 JBoss by Red Hat. All rights reserved.