@Metered
@Timed
public class ConfigurationWebsocket
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ConfigurationWebsocket.ConfigurationUpdateEncoder |
Constructor | Description |
---|---|
ConfigurationWebsocket(SimulationStore store,
com.fasterxml.jackson.databind.ObjectMapper mapper,
java.util.concurrent.ScheduledThreadPoolExecutor executor) |
Modifier and Type | Method | Description |
---|---|---|
void |
onClose(javax.websocket.Session session) |
|
void |
onError(javax.websocket.Session session,
java.lang.Throwable reason) |
|
void |
onOpen(javax.websocket.Session session,
java.lang.String id) |
@Inject public ConfigurationWebsocket(SimulationStore store, com.fasterxml.jackson.databind.ObjectMapper mapper, java.util.concurrent.ScheduledThreadPoolExecutor executor)