Class ResumedEvent

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.ResumedEvent
All Implemented Interfaces:
GenericEvent

public class ResumedEvent extends Event
Indicates that JDA successfully resumed its connection to the gateway.
All Objects are still in place and events are replayed.

Can be used to marks the continuation of event flow stopped by the DisconnectEvent.

  • Constructor Details

    • ResumedEvent

      public ResumedEvent(@Nonnull JDA api, long responseNumber)