Uses of Interface
io.fluxzero.sdk.publishing.MetricsGateway
Packages that use MetricsGateway
Package
Description
-
Uses of MetricsGateway in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return MetricsGatewayModifier and TypeMethodDescriptionFluxzero.metricsGateway()Returns the gateway for metrics events. -
Uses of MetricsGateway in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type MetricsGatewayModifier 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 MetricsGateway in io.fluxzero.sdk.configuration.spring
Methods in io.fluxzero.sdk.configuration.spring that return MetricsGateway -
Uses of MetricsGateway in io.fluxzero.sdk.publishing
Classes in io.fluxzero.sdk.publishing that implement MetricsGatewaySubinterfaces with type arguments of type MetricsGateway in io.fluxzero.sdk.publishingModifier and TypeInterfaceDescriptioninterfaceGateway interface for publishing metrics messages in Fluxzero.