Class SessionInvalidateEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.session.GenericSessionEvent
net.dv8tion.jda.api.events.session.SessionInvalidateEvent
- All Implemented Interfaces:
GenericEvent
Indicates that the JDA cache has been invalidated.
Any previously acquired entities will no longer be updated and instead new entities will be allocated.
Any previously acquired entities will no longer be updated and instead new entities will be allocated.
-
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
-
SessionInvalidateEvent
-