Shutdown releases any resources allocated by the processor. Once the processor is shut down, PushSpans should not be called anymore.
(ctx context.Context)
| 16 | // Shutdown releases any resources allocated by the processor. Once the processor is shut down, |
| 17 | // PushSpans should not be called anymore. |
| 18 | Shutdown(ctx context.Context) |
| 19 | } |
no outgoing calls