Set the amount of fails the system will allow in {failSpan} milliseconds before the subscriber waits for {failTimeout} milliseconds until passing the next message to subscriber callback.
Set the failTimeout, the amount of time in milliseconds to wait until passing the next message to subscriber callback after {failThreshold} amount of nacked messages happen within {failSpan}
Generated using TypeDoc
Set the failSpan, the amount of time in milliseconds during which {failThreshold} amount of nacked messages can happen before the subscriber waits {failTimeout} milliseconds until passing the next message to subscriber callback.