Uses of Interface
io.fluxzero.sdk.scheduling.client.SchedulingClient
Packages that use SchedulingClient
Package
Description
-
Uses of SchedulingClient in io.fluxzero.sdk.configuration.client
Methods in io.fluxzero.sdk.configuration.client that return SchedulingClientModifier and TypeMethodDescriptionprotected abstract SchedulingClientAbstractClient.createSchedulingClient()Subclasses must implement this method to return aSchedulingClient.protected SchedulingClientLocalClient.createSchedulingClient()protected SchedulingClientWebSocketClient.createSchedulingClient()Client.getSchedulingClient()Returns theSchedulingClientused to interact with the Fluxzero scheduling subsystem. -
Uses of SchedulingClient in io.fluxzero.sdk.scheduling.client
Classes in io.fluxzero.sdk.scheduling.client that implement SchedulingClientModifier and TypeClassDescriptionclassAn in-memory implementation of a scheduling store that allows the scheduling, retrieval, and management of scheduled messages.classA client implementation for managing scheduling operations using an in-memory schedule store.classWebSocket-based implementation of theSchedulingClientinterface that communicates with the Fluxzero Runtime. -
Uses of SchedulingClient in io.fluxzero.testserver.scheduling
Classes in io.fluxzero.testserver.scheduling that implement SchedulingClient