Class KeyValueEndPoint
java.lang.Object
javax.websocket.Endpoint
io.fluxcapacitor.testserver.WebsocketEndpoint
io.fluxcapacitor.testserver.endpoints.KeyValueEndPoint
-
Field Summary
Fields inherited from class io.fluxcapacitor.testserver.WebsocketEndpoint
shutDown, shuttingDown -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.fluxcapacitor.common.api.keyvalue.DeleteValue deleteValue) io.fluxcapacitor.common.api.keyvalue.GetValueResulthandle(io.fluxcapacitor.common.api.keyvalue.GetValue getValue) io.fluxcapacitor.common.api.BooleanResulthandle(io.fluxcapacitor.common.api.keyvalue.StoreValueIfAbsent r) voidhandle(io.fluxcapacitor.common.api.keyvalue.StoreValues storeValues) io.fluxcapacitor.common.api.VoidResulthandle(io.fluxcapacitor.common.api.keyvalue.StoreValuesAndWait storeValues) toString()Methods inherited from class io.fluxcapacitor.testserver.WebsocketEndpoint
getClientId, getClientName, getCompressionAlgorithm, getProjectId, getRequestType, handleMessage, onClose, onError, onOpen, sendResult, shutDown
-
Constructor Details
-
KeyValueEndPoint
public KeyValueEndPoint()
-
-
Method Details
-
handle
-
handle
@Handle public io.fluxcapacitor.common.api.VoidResult handle(io.fluxcapacitor.common.api.keyvalue.StoreValuesAndWait storeValues) throws Exception - Throws:
Exception
-
handle
@Handle public io.fluxcapacitor.common.api.BooleanResult handle(io.fluxcapacitor.common.api.keyvalue.StoreValueIfAbsent r) throws Exception - Throws:
Exception
-
handle
@Handle public io.fluxcapacitor.common.api.keyvalue.GetValueResult handle(io.fluxcapacitor.common.api.keyvalue.GetValue getValue) -
handle
-
toString
-