Uses of Class
services.moleculer.transporter.Transporter
Packages that use Transporter
Package
Description
-
Uses of Transporter in services.moleculer
Fields in services.moleculer declared as TransporterModifier and TypeFieldDescriptionprotected TransporterServiceBroker.transporterImplementation of the Transporter.Constructors in services.moleculer with parameters of type TransporterModifierConstructorDescriptionServiceBroker(String nodeID, Cacher cacher, Transporter transporter) -
Uses of Transporter in services.moleculer.config
Fields in services.moleculer.config declared as TransporterMethods in services.moleculer.config that return TransporterMethods in services.moleculer.config with parameters of type TransporterModifier and TypeMethodDescriptionvoidServiceBrokerConfig.setTransporter(Transporter transporter) ServiceBrokerBuilder.transporter(Transporter transporter) Constructors in services.moleculer.config with parameters of type TransporterModifierConstructorDescriptionServiceBrokerConfig(String nodeID, Cacher cacher, Transporter transporter) -
Uses of Transporter in services.moleculer.eventbus
Fields in services.moleculer.eventbus declared as TransporterModifier and TypeFieldDescriptionprotected TransporterDefaultEventbus.transporterprotected TransporterRemoteListenerEndpoint.transporterConstructors in services.moleculer.eventbus with parameters of type TransporterModifierConstructorDescriptionprotectedRemoteListenerEndpoint(String nodeID, String service, String group, String subscribe, Transporter transporter) -
Uses of Transporter in services.moleculer.internal
Fields in services.moleculer.internal declared as Transporter -
Uses of Transporter in services.moleculer.service
Fields in services.moleculer.service declared as TransporterConstructors in services.moleculer.service with parameters of type TransporterModifierConstructorDescriptionRemoteActionEndpoint(DefaultServiceRegistry registry, Transporter transporter, String nodeID, String service, io.datatree.Tree config, String actionName) -
Uses of Transporter in services.moleculer.strategy
Fields in services.moleculer.strategy declared as TransporterModifier and TypeFieldDescriptionprotected final TransporterCpuUsageStrategy.transporterprotected TransporterCpuUsageStrategyFactory.transporterprotected TransporterNetworkLatencyStrategyFactory.transporterConstructors in services.moleculer.strategy with parameters of type TransporterModifierConstructorDescriptionCpuUsageStrategy(ServiceBroker broker, boolean preferLocal, int sampleCount, int lowCpuUsage, Transporter transporter) -
Uses of Transporter in services.moleculer.transporter
Subclasses of Transporter in services.moleculer.transporterModifier 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. -
Uses of Transporter in services.moleculer.util
Methods in services.moleculer.util with parameters of type TransporterModifier and TypeMethodDescriptionstatic final io.datatree.TreeCommonUtils.getNodeInfos(ServiceBroker broker, Transporter transporter)