Package tech.beepbeep.beep_commons
Interface WebViewService
public interface WebViewService
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitWebViewService(tech.beepbeep.beep_commons.util.MessageProcessorCollector collector, tech.beepbeep.beep_commons.util.BeepConnector beepConnector, Boolean isDebug, ExecutorService threadPool)This function should be the entry point of WebViewServicevoidreset()voidsetMessageProcessor(ConcurrentHashMap<String,tech.beepbeep.beep_commons.util.MessageProcessor> registeredMessageProcessor)desc: set messageProcessor
-
Method Details
-
initWebViewService
void initWebViewService(tech.beepbeep.beep_commons.util.MessageProcessorCollector collector, tech.beepbeep.beep_commons.util.BeepConnector beepConnector, Boolean isDebug, ExecutorService threadPool)This function should be the entry point of WebViewService- Parameters:
isDebug-beepConnector-threadPool-collector-
-
setMessageProcessor
void setMessageProcessor(ConcurrentHashMap<String,tech.beepbeep.beep_commons.util.MessageProcessor> registeredMessageProcessor)desc: set messageProcessor -
reset
void reset()
-