Class EventSocketDeleteSubscriptionSuccessEvent
java.lang.Object
com.github.twitch4j.eventsub.socket.events.EventSocketDeleteSubscriptionSuccessEvent
Called when an EventSocket successfully deletes a subscription via the Helix API.
-
Constructor Summary
ConstructorDescriptionEventSocketDeleteSubscriptionSuccessEvent
(EventSubSubscription subscription, TwitchEventSocket connection) Creates a newEventSocketDeleteSubscriptionSuccessEvent
instance. -
Method Summary
-
Constructor Details
-
EventSocketDeleteSubscriptionSuccessEvent
public EventSocketDeleteSubscriptionSuccessEvent(EventSubSubscription subscription, TwitchEventSocket connection) Creates a newEventSocketDeleteSubscriptionSuccessEvent
instance.- Parameters:
subscription
- The eventsub subscription that was successfully deleted.connection
- The EventSocket connection associated with the subscription.
-
-
Method Details
-
getSubscription
The eventsub subscription that was successfully deleted. -
getConnection
The EventSocket connection associated with the subscription. -
equals
-
hashCode
public int hashCode() -
toString
-