Uses of Interface
io.fluxcapacitor.javaclient.scheduling.Scheduler
-
Packages that use Scheduler Package Description io.fluxcapacitor.javaclient io.fluxcapacitor.javaclient.configuration io.fluxcapacitor.javaclient.scheduling -
-
Uses of Scheduler in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return Scheduler Modifier and Type Method Description SchedulerFluxCapacitor. scheduler()Returns the message scheduling client. -
Uses of Scheduler in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type Scheduler Modifier and Type Method Description protected FluxCapacitorDefaultFluxCapacitor.Builder. doBuild(Map<MessageType,? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, Scheduler scheduler, Cache cache, Serializer serializer, Client client, Runnable shutdownHandler) -
Uses of Scheduler in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement Scheduler Modifier and Type Class Description classDefaultScheduler
-