I'm handling multiple events through an Event Subscriber instead of making separated Events/Listeners. I want to queue several of these events, but I haven't found a way to accomplish that. I've followed the official documentation, but there is no example how to choose what events I want to queue (not all the subscribers).
Any suggestions? (No individual Event/Listener, please)