-
- All Implemented Interfaces:
public class ChatEventHandlerFactoryA ChatEventHandler factory. Allows to create chat event handler instance with visible channels map.
-
-
Constructor Summary
Constructors Constructor Description ChatEventHandlerFactory(ClientState clientState)
-
Method Summary
Modifier and Type Method Description ChatEventHandlerchatEventHandler(StateFlow<Map<String, Channel>> channels)Creates a ChatEventHandler instance. -
-
Method Detail
-
chatEventHandler
ChatEventHandler chatEventHandler(StateFlow<Map<String, Channel>> channels)
Creates a ChatEventHandler instance.
- Parameters:
channels- The visible channels map.
-
-
-
-