SubscriptionOptions
Creates a new SubscriptionOptions with the specified settings.
Parameters
The period during which the Key's return value, if not referenced anywhere, is temporarily cached in memory.
Determines whether two errors are equal.
This callback function will be called if some subscription encounters an error.
Determines whether to suppress error information when relaying it using soil.query.core.ErrorRelay.
The duration to keep the actor alive after the last command is executed.
The logger function.
Determines whether to retry the command when an error occurs.
The number of times to retry the command.
The initial interval for exponential backoff.
The maximum interval for exponential backoff.
The multiplier for exponential backoff.
The randomization factor for exponential backoff.
The randomizer for exponential backoff.