Class Numeric353TMIProcessor
java.lang.Object
com.gmt2001.twitch.tmi.processors.AbstractTMIProcessor
com.gmt2001.twitch.tmi.processors.Numeric353TMIProcessor
- All Implemented Interfaces:
- Flow.Subscriber<TMIMessage>
Handles the numeric 353 IRC 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- 
Numeric353TMIProcessorpublic Numeric353TMIProcessor()
 
- 
- 
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
 
 
-