get Game Message Consumer Repository Provider
Gets the consumer repository for incoming client game prots. This repository will be used to determine whether an incoming game packet needs decoding in the first place - if there is no consumer for the packet registered, we can simply skip the number of bytes that came in with that packet, avoiding any generation of garbage. Furthermore, the consumers will be automatically triggered for each incoming message when the server requests it via the Session object that is provided during login.