AccountInfo retrieves info about the JetStream usage from an account.
(opts ...JSOpt)
| 97 | |
| 98 | // AccountInfo retrieves info about the JetStream usage from an account. |
| 99 | AccountInfo(opts ...JSOpt) (*AccountInfo, error) |
| 100 | |
| 101 | // StreamNameBySubject returns a stream matching given subject. |
| 102 | StreamNameBySubject(string, ...JSOpt) (string, error) |
no outgoing calls