no that's fan-out. a pipeline passes each object down the line of handlers, each one passing it to the next. You can have one handle the message and not pass it on (put it in a separate channel if thats what you want) or simply mark it as 'handled' and the other handlers can pass it on unmolested