Err returns a receive only channel that can be used to get the error from an async publish.
()
| 75 | |
| 76 | // Err returns a receive only channel that can be used to get the error from an async publish. |
| 77 | Err() <-chan error |
| 78 | |
| 79 | // Msg returns the message that was sent to the server. |
| 80 | Msg() *nats.Msg |
no outgoing calls