Class RoomStateTMIProcessor
java.lang.Object
com.gmt2001.twitch.tmi.processors.AbstractTMIProcessor
com.gmt2001.twitch.tmi.processors.RoomStateTMIProcessor
- All Implemented Interfaces:
Flow.Subscriber<TMIMessage>
Handles the ROOMSTATE TMI Command
- 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
-
RoomStateTMIProcessor
public RoomStateTMIProcessor()
-
-
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
-