RetryableFilter
constructor(retrySpec: Retry = DEFAULT_RETRY_SPEC)
Parameters
retrySpec
The retry specification to use (default: DEFAULT_RETRY_SPEC)
Type Parameters
T
The message exchange type.
The retry specification to use (default: DEFAULT_RETRY_SPEC)
The message exchange type.