Uses of Class
services.moleculer.uid.UidGenerator
Packages that use UidGenerator
Package
Description
-
Uses of UidGenerator in services.moleculer.config
Fields in services.moleculer.config declared as UidGeneratorMethods in services.moleculer.config that return UidGeneratorMethods in services.moleculer.config with parameters of type UidGeneratorModifier and TypeMethodDescriptionvoidServiceBrokerConfig.setUidGenerator(UidGenerator uidGenerator) ServiceBrokerBuilder.uid(UidGenerator uidGenerator) -
Uses of UidGenerator in services.moleculer.context
Fields in services.moleculer.context declared as UidGeneratorModifier and TypeFieldDescriptionprotected final UidGeneratorContextSource.uidGeneratorUID Generator of the ServiceBroker or Context.Constructors in services.moleculer.context with parameters of type UidGeneratorModifierConstructorDescriptionContext(ServiceInvoker serviceInvoker, Eventbus eventbus, UidGenerator uidGenerator, String id, String name, io.datatree.Tree params, int level, String parentID, String requestID, PacketStream stream, CallOptions.Options opts, String nodeID) protectedContextSource(ServiceInvoker serviceInvoker, Eventbus eventbus, UidGenerator uidGenerator, String nodeID) -
Uses of UidGenerator in services.moleculer.eventbus
Fields in services.moleculer.eventbus declared as UidGenerator -
Uses of UidGenerator in services.moleculer.service
Fields in services.moleculer.service declared as UidGeneratorModifier and TypeFieldDescriptionprotected UidGeneratorDefaultServiceInvoker.uidGeneratorprotected UidGeneratorDefaultServiceRegistry.uidGenerator -
Uses of UidGenerator in services.moleculer.transporter
Fields in services.moleculer.transporter declared as UidGenerator -
Uses of UidGenerator in services.moleculer.uid
Subclasses of UidGenerator in services.moleculer.uidModifier and TypeClassDescriptionclassFastUidGenerator, based on nodeID and an atomic sequence number.classSlowerUidGenerator(but it produces standard UUID's).classTime-based standard UUID generator.classXORSHIFT-based pseudorandom UID generator.