C - the command context typeR - the command return typepublic interface Command<R,C> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
R |
execute(C context)
Execute this command with the specified context.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.