NilRetrier
public struct NilRetrier : StatelessRetrier
This retrier is used to indicate that the request is not retried under any circumstances.
Upon calling the retry
method, the returned Future immediately delivers a message that the
request does not need to be retried.
-
Initializes a new never-retrying retrier. The implementation does nothing.
Declaration
Swift
public init()