Uses of Class
io.fluxzero.common.DelegatingClock
Packages that use DelegatingClock
-
Uses of DelegatingClock in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return DelegatingClockModifier and TypeMethodDescriptionFluxzeroConfiguration.clock()Provides a central clock used throughout the system for timestamps and scheduling.Methods in io.fluxzero.sdk.configuration with parameters of type DelegatingClockModifier and TypeMethodDescriptionprotected FluxzeroDefaultFluxzero.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)