Commit completes message delivery. It generally should never fail, since failures here jeopardize atomicity of the delivery if multiple targets are used.
(ctx context.Context)
| 90 | // It generally should never fail, since failures here jeopardize |
| 91 | // atomicity of the delivery if multiple targets are used. |
| 92 | Commit(ctx context.Context) error |
| 93 | } |
no outgoing calls