A static map that associates channel topics with their corresponding
PhoenixChannel instances. This allows easy retrieval of channels based
on their topics.
A static map that associates topics with their corresponding ChaCha20Key
instances for encryption purposes. This ensures that each topic has a unique
encryption key for secure communication.
A static map that associates topics with their respective PubSub instances.
This facilitates the publishing and subscribing of events related to specific topics.