Term tells the server to not redeliver this message, regardless of the value of MaxDeliver.
()
| 76 | // Term tells the server to not redeliver this message, regardless of |
| 77 | // the value of MaxDeliver. |
| 78 | Term() error |
| 79 | |
| 80 | // TermWithReason tells the server to not redeliver this message, regardless of |
| 81 | // the value of MaxDeliver. The provided reason will be included in JetStream |
no outgoing calls