AccountInfo fetches account information from the server, containing details about the account associated with this JetStream connection. If account is not enabled for JetStream, ErrJetStreamNotEnabledForAccount is returned. If the server does not have JetStream enabled, ErrJetStreamNotEnabled is ret
(ctx context.Context)
| 49 | // the server does not have JetStream enabled, ErrJetStreamNotEnabled is |
| 50 | // returned. |
| 51 | AccountInfo(ctx context.Context) (*AccountInfo, error) |
| 52 | |
| 53 | // Conn returns the underlying NATS connection. |
| 54 | Conn() *nats.Conn |
no outgoing calls