AddToProcessorMap adds the given TProcessorFunction to the internal processor map at the given key. If one is already set at the given key, it will be replaced with the new TProcessorFunction.
(string, TProcessorFunction)
| 39 | // If one is already set at the given key, it will be replaced with the new |
| 40 | // TProcessorFunction. |
| 41 | AddToProcessorMap(string, TProcessorFunction) |
| 42 | } |
| 43 | |
| 44 | type TProcessorFunction interface { |
no outgoing calls
no test coverage detected