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 TrackingModifier and TypeMethodDescriptionFluxzero.tracking(MessageType messageType) Returns a client to assist with the tracking of a given message type. -
Uses of Tracking in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return TrackingMethod parameters in io.fluxzero.sdk.configuration with type arguments of type TrackingModifier 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) -
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.