AddStream creates a stream.
(cfg *StreamConfig, opts ...JSOpt)
| 27 | type JetStreamManager interface { |
| 28 | // AddStream creates a stream. |
| 29 | AddStream(cfg *StreamConfig, opts ...JSOpt) (*StreamInfo, error) |
| 30 | |
| 31 | // UpdateStream updates a stream. |
| 32 | UpdateStream(cfg *StreamConfig, opts ...JSOpt) (*StreamInfo, error) |
no outgoing calls