GetLastMsgForSubject retrieves the last raw stream message stored in JetStream on a given subject.
(ctx context.Context, subject string)
| 50 | // GetLastMsgForSubject retrieves the last raw stream message stored in |
| 51 | // JetStream on a given subject. |
| 52 | GetLastMsgForSubject(ctx context.Context, subject string) (*RawStreamMsg, error) |
| 53 | |
| 54 | // DeleteMsg deletes a message from a stream. |
| 55 | // On the server, the message is marked as erased, but not overwritten. |
no outgoing calls