public class UiSessionDestinationBusCommand extends Object implements BusCommand<UiSessionDestination>
BusCommand that transfers messages implementing UiSessionDestination from a bus endpoint to a
WebSocket of a UI client.| Constructor and Description |
|---|
UiSessionDestinationBusCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.hawkular.bus.common.BasicMessageWithExtraData<UiSessionDestination> message,
BusCommandContext context)
Performs the command for the given
message. |
public void execute(org.hawkular.bus.common.BasicMessageWithExtraData<UiSessionDestination> message, BusCommandContext context) throws Exception
BusCommandmessage.execute in interface BusCommand<UiSessionDestination>message - the request to executecontext - some context data that can be useful for the command to be able to execute the requestException - if failed to execute the operationBusCommand.execute(org.hawkular.bus.common.BasicMessageWithExtraData,
org.hawkular.cmdgw.command.bus.BusCommandContext)Copyright © 2015 Red Hat. All rights reserved.