Class SchedulingEndpoint
java.lang.Object
javax.websocket.Endpoint
io.fluxcapacitor.testserver.WebsocketEndpoint
io.fluxcapacitor.testserver.endpoints.SchedulingEndpoint
-
Field Summary
Fields inherited from class io.fluxcapacitor.testserver.WebsocketEndpoint
shutDown, shuttingDown -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.fluxcapacitor.common.api.scheduling.CancelSchedule cancelSchedule) io.fluxcapacitor.common.api.scheduling.GetScheduleResulthandle(io.fluxcapacitor.common.api.scheduling.GetSchedule request) voidhandle(io.fluxcapacitor.common.api.scheduling.Schedule schedule) Methods inherited from class io.fluxcapacitor.testserver.WebsocketEndpoint
getClientId, getClientName, getCompressionAlgorithm, getProjectId, getRequestType, handleMessage, onClose, onError, onOpen, sendResult, shutDown
-
Constructor Details
-
SchedulingEndpoint
public SchedulingEndpoint()
-
-
Method Details
-
handle
-
handle
-
handle
@Handle public io.fluxcapacitor.common.api.scheduling.GetScheduleResult handle(io.fluxcapacitor.common.api.scheduling.GetSchedule request)
-