Uses of Interface
io.fluxcapacitor.common.TaskScheduler
Packages that use TaskScheduler
Package
Description
-
Uses of TaskScheduler in io.fluxcapacitor.common
Classes in io.fluxcapacitor.common that implement TaskSchedulerModifier and TypeClassDescriptionclass
An in-memory implementation of theTaskScheduler
interface, enabling scheduling and execution of tasks in a virtualized time environment. -
Uses of TaskScheduler in io.fluxcapacitor.common.tracking
Constructors in io.fluxcapacitor.common.tracking with parameters of type TaskSchedulerModifierConstructorDescriptionDefaultTrackingStrategy
(MessageStore source, TaskScheduler scheduler) protected
DefaultTrackingStrategy
(MessageStore source, TaskScheduler scheduler, int segments) -
Uses of TaskScheduler in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return TaskSchedulerModifier and TypeMethodDescriptionFluxCapacitor.taskScheduler()
Returns theTaskScheduler
of this FluxCapacitor instance. -
Uses of TaskScheduler in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration that return TaskSchedulerModifier and TypeMethodDescriptionFluxCapacitorConfiguration.taskScheduler()
Task scheduler used for asynchronous background task execution.Methods in io.fluxcapacitor.javaclient.configuration with parameters of type TaskSchedulerModifier and TypeMethodDescriptionprotected FluxCapacitor
DefaultFluxCapacitor.Builder.doBuild
(Map<MessageType, ? extends Tracking> trackingSupplier, Function<String, ? extends GenericGateway> customGatewaySupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, MessageScheduler messageScheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, DelegatingClock clock, TaskScheduler taskScheduler, Client client, ThrowingRunnable shutdownHandler) Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type TaskSchedulerModifier and TypeMethodDescriptionDefaultFluxCapacitor.Builder.replaceTaskScheduler
(Function<Clock, TaskScheduler> function) FluxCapacitorBuilder.replaceTaskScheduler
(Function<Clock, TaskScheduler> function) Replaces the defaultTaskScheduler
implementation. -
Uses of TaskScheduler in io.fluxcapacitor.javaclient.web
Methods in io.fluxcapacitor.javaclient.web with parameters of type TaskSchedulerModifier and TypeMethodDescriptionprotected void
SocketEndpointHandler.SocketEndpointWrapper.sendPing
(Duration pingTimeout, TaskScheduler taskScheduler)