defaultOptions property
The default options to use when invoking the Runnable
.
This can be overridden by passing options to the invoke
, batch
, or
stream
methods.
Implementation
final CallOptions defaultOptions;
The default options to use when invoking the Runnable
.
This can be overridden by passing options to the invoke
, batch
, or
stream
methods.
final CallOptions defaultOptions;