@Controller public class Pusher extends Object
| Constructor and Description |
|---|
Pusher() |
| Modifier and Type | Method and Description |
|---|---|
Message |
pusherInit() |
void |
sendGameStatusMessage(VisualizerService.VisualizerState status) |
void |
sendInitMessage(InitMessage initMessage) |
void |
sendTickSnapshotUpdates(TickSnapshot payload) |
@SubscribeMapping(value="/topic/push") public Message pusherInit()
public void sendInitMessage(InitMessage initMessage)
public void sendTickSnapshotUpdates(TickSnapshot payload)
public void sendGameStatusMessage(VisualizerService.VisualizerState status)
Copyright © 2018 Power TAC. All rights reserved.