Uses of Interface
io.fluxcapacitor.javaclient.scheduling.MessageScheduler
Packages that use MessageScheduler
Package
Description
-
Uses of MessageScheduler in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return MessageSchedulerModifier and TypeMethodDescriptionFluxCapacitor.messageScheduler()
Returns the gateway to schedule messages. -
Uses of MessageScheduler in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type MessageSchedulerModifier 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) -
Uses of MessageScheduler in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return MessageSchedulerModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.scheduler
(FluxCapacitor fluxCapacitor) -
Uses of MessageScheduler in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement MessageScheduler