Update collaboration.md

This commit is contained in:
Jacek W
2023-12-05 02:33:33 +01:00
committed by GitHub
parent 6c888c5d5b
commit 33a3f7afb8

View File

@@ -67,8 +67,8 @@ Are you willing to help or improve TikTokLiveJava?
- `TikTokLiveClientBuilder` preparing `TikTokLiveClient` class - `TikTokLiveClientBuilder` preparing `TikTokLiveClient` class
- `TikTokApiService` use for Http requests to TikTok/Sign API - `TikTokApiService` use for Http requests to TikTok/Sign API
- `TikTokWebSocketClient` receiving all ProtocolBuffer messages from TikTok - `TikTokWebSocketClient` receiving all ProtocolBuffer messages from TikTok
- `TikTokMessageHandler` **heart of libraryt** finds suitable mapping for incoming data and trigger its mapping handler as result list of events - `TikTokMessageHandler` **heart of library** it finds suitable mapping for incoming data and trigger its mapping handler as result list of events
is created. check out `TikTokMessageHandler.handleSingleMessage` is created and published. check out `TikTokMessageHandler.handleSingleMessage`
- `TikTokMessageHandlerRegistration` register all mappings TikTok data -> TikTokLiveJava events - `TikTokMessageHandlerRegistration` register all mappings TikTok data -> TikTokLiveJava events
- `TikTokEventObserver` used to register and trigger TikTok events - `TikTokEventObserver` used to register and trigger TikTok events