public interface Command extends Serializable
The command object will be enriched using dependency injection from Arquillian context on remote side.
However enriched fields should use transient to preserve serializability.
| Modifier and Type | Method and Description |
|---|---|
void |
perform()
Executed on remote side.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.