Class SessionRecreateEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.session.GenericSessionEvent
net.dv8tion.jda.api.events.session.SessionRecreateEvent
- All Implemented Interfaces:
GenericEvent
Indicates if JDA successfully re-established its connection to the gateway.
All Objects have been replaced when this is fired and events were likely missed in the downtime.
All Objects have been replaced when this is fired and events were likely missed in the downtime.
Can be used to mark the continuation of event flow which was stopped by the SessionDisconnectEvent
.
User should replace any cached Objects (like User/Guild objects).
-
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
-
SessionRecreateEvent
-