GameMessageCounterProvider

Gets the message counter provider for incoming game messages. This is in a provider implementation as one instance is allocated for each session object.

Inheritors

Functions

Link copied to clipboard
abstract fun provide(): GameMessageCounter

Provides a game message counter implementation. A new instance must be allocated with each request, as this is per session basis.