Class SessionResumeEvent

All Implemented Interfaces:
GenericEvent

public class SessionResumeEvent extends GenericSessionEvent
Indicates that JDA successfully resumed its connection to the gateway.
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 Details

    • SessionResumeEvent

      public SessionResumeEvent(@Nonnull JDA api)