Uses of Class
services.moleculer.stream.IncomingStream
Packages that use IncomingStream
-
Uses of IncomingStream in services.moleculer.eventbus
Fields in services.moleculer.eventbus with type parameters of type IncomingStreamModifier and TypeFieldDescriptionprotected final HashMap<String, IncomingStream> DefaultEventbus.requestStreams -
Uses of IncomingStream in services.moleculer.service
Fields in services.moleculer.service with type parameters of type IncomingStreamModifier and TypeFieldDescriptionprotected final HashMap<String, IncomingStream> DefaultServiceRegistry.requestStreamsprotected final HashMap<String, IncomingStream> DefaultServiceRegistry.responseStreams