Uses of Interface
io.fluxzero.sdk.tracking.Tracking
Packages that use Tracking
-
Uses of Tracking in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return Tracking -
Uses of Tracking in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return TrackingModifier and TypeMethodDescriptionDefaultFluxzero.tracking(io.fluxzero.common.MessageType messageType) Method parameters in io.fluxzero.sdk.configuration with type arguments of type TrackingModifier and TypeMethodDescriptionprotected FluxzeroDefaultFluxzero.Builder.doBuild(Map<io.fluxzero.common.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, io.fluxzero.common.caching.Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, io.fluxzero.common.application.PropertySource propertySource, io.fluxzero.common.DelegatingClock clock, io.fluxzero.common.TaskScheduler taskScheduler, Client client, io.fluxzero.common.ThrowingRunnable shutdownHandler) -
Uses of Tracking in io.fluxzero.sdk.tracking
Classes in io.fluxzero.sdk.tracking that implement TrackingModifier and TypeClassDescriptionclassDefault implementation of theTrackinginterface that coordinates message tracking for a specificMessageType.