Uses of Class
services.moleculer.service.Middleware
Packages that use Middleware
Package
Description
-
Uses of Middleware in services.moleculer
Fields in services.moleculer with type parameters of type MiddlewareModifier and TypeFieldDescriptionprotected final LinkedHashSet<Middleware> ServiceBroker.middlewaresMiddlewares which defined and added to the Broker before the boot process.Methods in services.moleculer with parameters of type MiddlewareModifier and TypeMethodDescriptionServiceBroker.use(Middleware... middlewares) Installs one or an array of middleware(s).Method parameters in services.moleculer with type arguments of type MiddlewareModifier and TypeMethodDescriptionServiceBroker.use(Collection<Middleware> middlewares) Installs a collection of middlewares. -
Uses of Middleware in services.moleculer.cacher
Subclasses of Middleware in services.moleculer.cacherModifier 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 Middleware in services.moleculer.metrics
Subclasses of Middleware in services.moleculer.metrics -
Uses of Middleware in services.moleculer.service
Fields in services.moleculer.service with type parameters of type MiddlewareModifier and TypeFieldDescriptionprotected HashSet<Middleware> ActionEndpoint.checkedMiddlewaresprotected final LinkedHashSet<Middleware> DefaultServiceRegistry.middlewaresMethods in services.moleculer.service with parameters of type MiddlewareMethod parameters in services.moleculer.service with type arguments of type MiddlewareModifier and TypeMethodDescriptionvoidDefaultServiceRegistry.use(Collection<Middleware> middlewares) abstract voidServiceRegistry.use(Collection<Middleware> middlewares)