Will GenStage.BroadcastDispatcher send the same event to every consumer when they’re ready for it?

I need to process the same piece of data in multiple ways based on user provided calculations.

Am I correct in my reading of the docs that a GenStage.BroadcastDispatcher will send the same event to every consumer when they’re ready for it?