Class CallOptions.Options
java.lang.Object
services.moleculer.context.CallOptions.Options
- Enclosing class:
CallOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringTarget nodeID (null = select automatically by the Invocation Strategy)final intNumber of retries (0 = disable retries)final longTimeout of the method invocation (in milliseconds, 0 = no timeout) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodeID
Target nodeID (null = select automatically by the Invocation Strategy) -
timeout
public final long timeoutTimeout of the method invocation (in milliseconds, 0 = no timeout) -
retryCount
public final int retryCountNumber of retries (0 = disable retries)
-
-
Constructor Details
-
Options
-
-
Method Details
-
nodeID
-
timeout
-
retryCount
-