| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteSuiteLifecyclePropagation.FireAfterSuiteOnServer |
static class |
RemoteSuiteLifecyclePropagation.FireBeforeSuiteOnServer |
| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
CommandServiceOnClient.execute(T operation) |
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandBusOnClient.executeRemotely(Command command) |
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandBusOnClient.executeRemotely(Command command) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultHttpRequestEnrichmentService.RegisterPayloadRemotely |
static class |
DefaultResponseDeenrichmentService.RetrievePayloadFromServer
Command which retrieves the inspection payload from server
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WarpCommandService.FireCommandAsEventOnClient |
| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
CommandServiceOnServer.execute(T operation) |
| Modifier and Type | Field and Description |
|---|---|
protected Command |
CommandPayload.command |
| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
CommandService.execute(T command)
Executes given command remotely and synchronously and returns the similar object as executed, but changed on the remote
side.
|
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandPayload.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandPayload.setCommand(Command command) |
| Constructor and Description |
|---|
CommandPayload(Command command) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.