Uses of Class
services.moleculer.context.CallOptions.Options
Packages that use CallOptions.Options
-
Uses of CallOptions.Options in services.moleculer.context
Fields in services.moleculer.context declared as CallOptions.OptionsMethods in services.moleculer.context that return CallOptions.OptionsModifier and TypeMethodDescriptionstatic CallOptions.OptionsCallOptions.Options.retryCount(int retryCount) static CallOptions.OptionsCallOptions.retryCount(int retryCount) CallOptions.Options.timeout(long timeoutMillis) static CallOptions.OptionsCallOptions.timeout(long timeoutMillis) Methods in services.moleculer.context with parameters of type CallOptions.OptionsModifier and TypeMethodDescriptionprotected voidContext.broadcast(String name, io.datatree.Tree payload, Groups groups, PacketStream stream, CallOptions.Options opts, boolean local) protected voidContextSource.broadcast(String name, io.datatree.Tree payload, Groups groups, PacketStream stream, CallOptions.Options opts, boolean local) protected io.datatree.PromiseContext.call(String name, io.datatree.Tree params, CallOptions.Options opts, PacketStream stream) Calls an action (local or remote).io.datatree.PromiseContextSource.call(String name, io.datatree.Tree params, CallOptions.Options opts) Calls an action (local or remote).protected io.datatree.PromiseContextSource.call(String name, io.datatree.Tree params, CallOptions.Options opts, PacketStream stream) io.datatree.PromiseContextSource.call(String name, PacketStream stream, CallOptions.Options opts) Calls an action (local or remote).protected voidContext.emit(String name, io.datatree.Tree payload, Groups groups, PacketStream stream, CallOptions.Options opts) protected voidContextSource.emit(String name, io.datatree.Tree payload, Groups groups, PacketStream stream, CallOptions.Options opts) Constructors in services.moleculer.context with parameters of type CallOptions.OptionsModifierConstructorDescriptionContext(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) -
Uses of CallOptions.Options in services.moleculer.util
Fields in services.moleculer.util declared as CallOptions.Options