Class ResumeSynchronizationEvent
-
- All Implemented Interfaces:
public final class ResumeSynchronizationEvent extends ClientEvent
Represents a successful or failed synchronization after a ReadyEvent with ReadyEvent.resumed set to true.
Whether it is successful depends on whether failureReason is null.
-
-
Field Summary
Fields Modifier and Type Field Description private final LavalinkNodenodeprivate final ThrowablefailureReason
-
Constructor Summary
Constructors Constructor Description ResumeSynchronizationEvent(LavalinkNode node, Throwable failureReason)
-
Method Summary
Modifier and Type Method Description LavalinkNodegetNode()final ThrowablegetFailureReason()-
-
Constructor Detail
-
ResumeSynchronizationEvent
ResumeSynchronizationEvent(LavalinkNode node, Throwable failureReason)
-
-
Method Detail
-
getNode
LavalinkNode getNode()
-
getFailureReason
final Throwable getFailureReason()
-
-
-
-