Class Numeric001TMIProcessor
java.lang.Object
com.gmt2001.twitch.tmi.processors.AbstractTMIProcessor
com.gmt2001.twitch.tmi.processors.Numeric001TMIProcessor
- All Implemented Interfaces:
Flow.Subscriber<TMIMessage>
Handles the 001 numeric message and starts the process of joining the channel
- Author:
- gmt2001
-
Field Summary
Fields inherited from class com.gmt2001.twitch.tmi.processors.AbstractTMIProcessor
commands, subscription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
onMessage
(TMIMessage item) Called when a TMIMessage of type TMIMessageType.MESSAGE is receivedMethods inherited from class com.gmt2001.twitch.tmi.processors.AbstractTMIProcessor
channel, onClose, onComplete, onError, onFlowComplete, onFlowError, onFlowNext, onFlowSubscribe, onNext, onOpen, onSubscribe, properties, property, session, subscribe, tmi, user
-
Constructor Details
-
Numeric001TMIProcessor
public Numeric001TMIProcessor()
-
-
Method Details
-
onMessage
Description copied from class:AbstractTMIProcessor
Called when a TMIMessage of type TMIMessageType.MESSAGE is received- Specified by:
onMessage
in classAbstractTMIProcessor
- Parameters:
item
- TheTMIMessage
that was received
-