-
public class ChatEventHandlerFactoryA ChatEventHandler factory. Allows passing visible channels` list.
-
-
Constructor Summary
Constructors Constructor Description ChatEventHandlerFactory()
-
Method Summary
Modifier and Type Method Description ChatEventHandlerchatEventHandler(StateFlow<List<Channel>> channels)Creates a ChatEventHandler instance. -
-
Method Detail
-
chatEventHandler
ChatEventHandler chatEventHandler(StateFlow<List<Channel>> channels)
Creates a ChatEventHandler instance.
- Parameters:
channels- The visible channels` list.
-
-
-
-