Uses of Interface
io.fluxcapacitor.javaclient.scheduling.Scheduler
Packages that use Scheduler
Package
Description
-
Uses of Scheduler in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return Scheduler -
Uses of Scheduler in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type SchedulerModifier and TypeMethodDescriptionprotected FluxCapacitorDefaultFluxCapacitor.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, Client client, Runnable shutdownHandler) -
Uses of Scheduler in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return SchedulerModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.scheduler(FluxCapacitor fluxCapacitor) -
Uses of Scheduler in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement Scheduler