Uses of Interface
io.fluxcapacitor.javaclient.tracking.Tracking
Packages that use Tracking
Package
Description
-
Uses of Tracking in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return TrackingModifier and TypeMethodDescriptionFluxCapacitor.tracking
(MessageType messageType) Returns a client to assist with the tracking of a given message type. -
Uses of Tracking in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration that return TrackingMethod parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type TrackingModifier 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 Tracking in io.fluxcapacitor.javaclient.tracking
Classes in io.fluxcapacitor.javaclient.tracking that implement TrackingModifier and TypeClassDescriptionclass
Default implementation of theTracking
interface that coordinates message tracking for a specificMessageType
.