Uses of Interface
services.moleculer.metrics.MetricConstants
Packages that use MetricConstants
Package
Description
-
Uses of MetricConstants in services.moleculer
Classes in services.moleculer that implement MetricConstantsModifier and TypeClassDescriptionclassThe ServiceBroker is the main component of Moleculer. -
Uses of MetricConstants in services.moleculer.breaker
Classes in services.moleculer.breaker that implement MetricConstantsModifier and TypeClassDescriptionclassSpecial service invoker with retry logic + circuit breaker. -
Uses of MetricConstants in services.moleculer.cacher
Classes in services.moleculer.cacher that implement MetricConstantsModifier and TypeClassDescriptionclassBase superclass of all Cacher implementations.classAbstract class of distributed cachers.classJSR-107 JCache is a standardized caching API that is Java 6 compatible and introduced in JEE 8.classOn-heap memory cache.classRedis-based distributed cache. -
Uses of MetricConstants in services.moleculer.eventbus
Classes in services.moleculer.eventbus that implement MetricConstantsModifier and TypeClassDescriptionclassDefault EventBus implementation.class -
Uses of MetricConstants in services.moleculer.metrics
Classes in services.moleculer.metrics that implement MetricConstants -
Uses of MetricConstants in services.moleculer.service
Classes in services.moleculer.service that implement MetricConstantsModifier and TypeClassDescriptionclassDefault service invoker with retry logic.classDefault implementation of the Service Registry. -
Uses of MetricConstants in services.moleculer.transporter
Classes in services.moleculer.transporter that implement MetricConstantsModifier and TypeClassDescriptionclassAMQP Transporter based on RabbitMQ's AMQP client API.classFilesystem-based transporter.classThis is a Transporter that can connect multiple ServiceBrokers running in the same JVM.classJMS Transporter.classKafka Transporter.classMQTT Transporter (eg. for Mosquitto MQTT Server or ActiveMQ Server).classNATS Transporter.class"Null" / empty transporter.classRedis Transporter.classTCP Transporter with optional UDP discovery ("zero configuration") module.classBase superclass of all Transporter implementations.