PublishMsg publishes a Msg to JetStream.
(m *Msg, opts ...PubOpt)
| 43 | |
| 44 | // PublishMsg publishes a Msg to JetStream. |
| 45 | PublishMsg(m *Msg, opts ...PubOpt) (*PubAck, error) |
| 46 | |
| 47 | // PublishAsync publishes a message to JetStream and returns a PubAckFuture. |
| 48 | // The data should not be changed until the PubAckFuture has been processed. |
no outgoing calls