Uses of Interface
io.fluxcapacitor.javaclient.scheduling.client.SchedulingClient
Packages that use SchedulingClient
Package
Description
-
Uses of SchedulingClient in io.fluxcapacitor.javaclient.configuration.client
Methods in io.fluxcapacitor.javaclient.configuration.client that return SchedulingClientModifier and TypeMethodDescriptionprotected abstract SchedulingClient
AbstractClient.createSchedulingClient()
Subclasses must implement this method to return aSchedulingClient
.protected SchedulingClient
LocalClient.createSchedulingClient()
protected SchedulingClient
WebSocketClient.createSchedulingClient()
Client.getSchedulingClient()
Returns theSchedulingClient
used to interact with the Flux scheduling subsystem. -
Uses of SchedulingClient in io.fluxcapacitor.javaclient.scheduling.client
Classes in io.fluxcapacitor.javaclient.scheduling.client that implement SchedulingClientModifier and TypeClassDescriptionclass
An in-memory implementation of a scheduling store that allows the scheduling, retrieval, and management of scheduled messages.class
A client implementation for managing scheduling operations using an in-memory schedule store.class
WebSocket-based implementation of theSchedulingClient
interface that communicates with the Flux Platform. -
Uses of SchedulingClient in io.fluxcapacitor.testserver.scheduling
Classes in io.fluxcapacitor.testserver.scheduling that implement SchedulingClient