Uses of Class
services.moleculer.context.Context
Packages that use Context
Package
Description
-
Uses of Context in services.moleculer.breaker
Methods in services.moleculer.breaker with parameters of type Context -
Uses of Context in services.moleculer.cacher
Methods in services.moleculer.cacher with parameters of type ContextModifier and TypeMethodDescriptionprotected booleanCacher.isCachingDisabledByTheContext(Context ctx) Is the request disables caching? -
Uses of Context in services.moleculer.eventbus
Methods in services.moleculer.eventbus with parameters of type ContextModifier and TypeMethodDescriptionvoidabstract voidprotected voidDefaultEventbus.broadcastInternal(Context ctx, Groups groups, boolean local) voidabstract voidprotected voidDefaultEventbus.emitInternal(Context ctx, Groups groups, boolean local) voidabstract voidvoidvoidprotected voidDefaultEventbus.stopStreaming(Context ctx) -
Uses of Context in services.moleculer.internal
Methods in services.moleculer.internal with parameters of type ContextModifier and TypeMethodDescriptionprotected booleanNodeService.getParameter(Context ctx, String name, boolean defaultValue) -
Uses of Context in services.moleculer.service
Methods in services.moleculer.service with parameters of type ContextModifier and TypeMethodDescriptionio.datatree.Promiseprotected io.datatree.Promiseabstract io.datatree.PromiseAction's main method.protected io.datatree.Promise -
Uses of Context in services.moleculer.strategy
Methods in services.moleculer.strategy with parameters of type ContextModifier and TypeMethodDescriptionArrayBasedStrategy.getEndpoint(Context ctx, String nodeID) abstract TStrategy.getEndpoint(Context ctx, String nodeID) protected StringShardStrategy.getKeyFromContext(Context ctx) abstract Endpoint -
Uses of Context in services.moleculer.transporter
Methods in services.moleculer.transporter with parameters of type ContextModifier and TypeMethodDescriptionvoidTransporter.sendClosePacket(String cmd, String nodeID, Context ctx, long sequence) voidTransporter.sendDataPacket(String cmd, String nodeID, Context ctx, byte[] bytes, long sequence) voidTransporter.sendErrorPacket(String cmd, String nodeID, Context ctx, Throwable cause, long sequence) voidTransporter.sendEventPacket(String nodeID, Context ctx, Groups groups, boolean broadcast) voidTransporter.sendRequestPacket(String nodeID, Context ctx)