Class WhisperTMIProcessor
java.lang.Object
com.gmt2001.twitch.tmi.processors.AbstractTMIProcessor
com.gmt2001.twitch.tmi.processors.WhisperTMIProcessor
- All Implemented Interfaces:
- Flow.Subscriber<TMIMessage>
Handles the WHISPER TMI Command
- Author:
- gmt2001
- 
Field SummaryFields inherited from class com.gmt2001.twitch.tmi.processors.AbstractTMIProcessorcommands, subscription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidonMessage(TMIMessage item) Called when a TMIMessage of type TMIMessageType.MESSAGE is receivedMethods inherited from class com.gmt2001.twitch.tmi.processors.AbstractTMIProcessorchannel, onClose, onComplete, onError, onFlowComplete, onFlowError, onFlowNext, onFlowSubscribe, onNext, onOpen, onSubscribe, properties, property, session, subscribe, tmi, user
- 
Constructor Details- 
WhisperTMIProcessorpublic WhisperTMIProcessor()
 
- 
- 
Method Details- 
onMessageDescription copied from class:AbstractTMIProcessorCalled when a TMIMessage of type TMIMessageType.MESSAGE is received- Specified by:
- onMessagein class- AbstractTMIProcessor
- Parameters:
- item- The- TMIMessagethat was received
 
 
-