Uses of Interface
io.fluxcapacitor.javaclient.publishing.MetricsGateway
Packages that use MetricsGateway
Package
Description
-
Uses of MetricsGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return MetricsGatewayModifier and TypeMethodDescriptionFluxCapacitor.metricsGateway()Returns the gateway for metrics events. -
Uses of MetricsGateway in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type MetricsGatewayModifier and TypeMethodDescriptionprotected FluxCapacitorDefaultFluxCapacitor.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, Client client, Runnable shutdownHandler) -
Uses of MetricsGateway in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return MetricsGatewayModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.metricsGateway(FluxCapacitor fluxCapacitor) -
Uses of MetricsGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement MetricsGateway