Class SessionResumeEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.session.GenericSessionEvent
net.dv8tion.jda.api.events.session.SessionResumeEvent
- All Implemented Interfaces:
GenericEvent
Indicates that JDA successfully resumed its connection to the gateway.
All Objects are still in place and events are replayed.
All Objects are still in place and events are replayed.
Can be used to detect the continuation of event flow stopped by the SessionDisconnectEvent
.
-
Constructor Summary
-
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.session.GenericSessionEvent
getState
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
-
Constructor Details
-
SessionResumeEvent
-