Stats returns event stream statistics.
(ctx context.Context, id string, opts ...management.RequestOption)
| 35 | |
| 36 | // Stats returns event stream statistics. |
| 37 | Stats(ctx context.Context, id string, opts ...management.RequestOption) (stats *management.EventStreamStats, err error) |
| 38 | |
| 39 | // Redeliver a single failed delivery by ID. |
| 40 | Redeliver(ctx context.Context, streamID, deliveryID string, opts ...management.RequestOption) error |
no outgoing calls
no test coverage detected